What is the HEX code for electric pink?
The CSS color electric pink in HEX format is #ff0490. Use this value directly in CSS, SVG, and most design tools.
How do I use electric pink in CSS?
To apply electric pink in CSS:
- Text color: color: #ff0490;
- Background: background-color: #ff0490;
- Border: border-color: #ff0490;
What are all the color format values for electric pink?
| Format | Value |
|---|---|
| HEX | #ff0490 |
| RGB | rgb(255, 4, 144) |
| HSL | hsl(326.5, 100%, 50.8%) |
| CMYK | cmyk(0%, 98.4%, 43.5%, 0%) |
How do I convert electric pink to HEX?
Select electric pink from the color name list in our color converter. The HEX value — #ff0490 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does electric pink belong to?
electric pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 326.5°, saturation 100%, lightness 50.8%.
How do I create lighter and darker shades of electric pink?
Lighter variant (lightness 65.8%): #ff51b2. Darker variant (lightness 35.8%): #b70066. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.