Shades of Neon Pink #FF5ED9
Tints of Neon Pink #FF5ED9
RGB
CMYK
RGB Variations
Color information
#FF5ED9 (or 0xFF5ED9) is known color: Neon Pink. HEX triplet: FF, 5E and D9. RGB value is (255,94,217). Sum of RGB (Red+Green+Blue) = 255+94+217=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ED9 is #00A126. Grayscale: #9B9B9B. Windows color (decimal): -41255 or 14245631. OLE color: 14245631.
HSL color Cylindrical-coordinate representation of color #FF5ED9: hue angle of 314.16º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5ED9 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 217 | - |
| CMYK | 0 | 0.63 | 0.15 | 0 |
| HSL | 314.16º | 1% | 0.68% | - |
| HSV(B) | 314.16º | 0.63% | 1% | - |
| XYZ | 57.77 | 34.28 | 69.22 | - |
| YUV | 156.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 217 | 0 | 0.63 | 0.15 | 0 | 314.16 | 1 | 0.68 |
| Hex | FF | 5E | D9 | 0 | 3F | F | 0 | 13A | 64 | 44 |
| Octal | 377 | 136 | 331 | 0 | 77 | 17 | 0 | 472 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11011001 | 0 | 111111 | 1111 | 0 | 100111010 | 1100100 | 1000100 |
Color Harmonies of #FF5ED9
Complementary color
Monochromatic Colors of #FF5ED9
Black with #FF5ED9
Text Example
Text Example
White with #FF5ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ED9; }
p { color: rgb(255,94,217); }
H1.HeaderClassName
{
color: #FF5ED9;
}
.AnyTagClassName
{
color: #FF5ED9;
}
</style>
background-color css
<style>
a { background-color: #FF5ED9; }
a { background-color: rgb(255,94,217); }
div.DivClassName
{
background-color: #FF5ED9;
}
.BgClassName
{
background-color: #FF5ED9;
}
</style>
border-color css
<style>
span { border-color: #FF5ED9; }
span { border-color: rgb(255,94,217); }
td.TdClassName
{
border-color: #FF5ED9;
}
.TagClassName
{
border-color: #FF5ED9;
}
</style>