Shades of Neon Pink #FF59D9
Tints of Neon Pink #FF59D9
RGB
CMYK
RGB Variations
Color information
#FF59D9 (or 0xFF59D9) is known color: Neon Pink. HEX triplet: FF, 59 and D9. RGB value is (255,89,217). Sum of RGB (Red+Green+Blue) = 255+89+217=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59D9 is #00A626. Grayscale: #989898. Windows color (decimal): -42535 or 14244351. OLE color: 14244351.
HSL color Cylindrical-coordinate representation of color #FF59D9: hue angle of 313.73º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF59D9 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 217 | - |
| CMYK | 0 | 0.65 | 0.15 | 0 |
| HSL | 313.73º | 1% | 0.67% | - |
| HSV(B) | 313.73º | 0.65% | 1% | - |
| XYZ | 57.34 | 33.41 | 69.07 | - |
| YUV | 153.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 217 | 0 | 0.65 | 0.15 | 0 | 313.73 | 1 | 0.67 |
| Hex | FF | 59 | D9 | 0 | 41 | F | 0 | 13A | 64 | 43 |
| Octal | 377 | 131 | 331 | 0 | 101 | 17 | 0 | 472 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11011001 | 0 | 1000001 | 1111 | 0 | 100111010 | 1100100 | 1000011 |
Color Harmonies of #FF59D9
Complementary color
Monochromatic Colors of #FF59D9
Black with #FF59D9
Text Example
Text Example
White with #FF59D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59D9; }
p { color: rgb(255,89,217); }
H1.HeaderClassName
{
color: #FF59D9;
}
.AnyTagClassName
{
color: #FF59D9;
}
</style>
background-color css
<style>
a { background-color: #FF59D9; }
a { background-color: rgb(255,89,217); }
div.DivClassName
{
background-color: #FF59D9;
}
.BgClassName
{
background-color: #FF59D9;
}
</style>
border-color css
<style>
span { border-color: #FF59D9; }
span { border-color: rgb(255,89,217); }
td.TdClassName
{
border-color: #FF59D9;
}
.TagClassName
{
border-color: #FF59D9;
}
</style>