Shades of Neon Pink #FF59C8
Tints of Neon Pink #FF59C8
RGB
CMYK
RGB Variations
Color information
#FF59C8 (or 0xFF59C8) is known color: Neon Pink. HEX triplet: FF, 59 and C8. RGB value is (255,89,200). Sum of RGB (Red+Green+Blue) = 255+89+200=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59C8 is #00A637. Grayscale: #979797. Windows color (decimal): -42552 or 13130239. OLE color: 13130239.
HSL color Cylindrical-coordinate representation of color #FF59C8: hue angle of 319.88º 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 #FF59C8 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 200 | - |
| CMYK | 0 | 0.65 | 0.22 | 0 |
| HSL | 319.88º | 1% | 0.67% | - |
| HSV(B) | 319.88º | 0.65% | 1% | - |
| XYZ | 55.24 | 32.57 | 58.02 | - |
| YUV | 151.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 200 | 0 | 0.65 | 0.22 | 0 | 319.88 | 1 | 0.67 |
| Hex | FF | 59 | C8 | 0 | 41 | 16 | 0 | 140 | 64 | 43 |
| Octal | 377 | 131 | 310 | 0 | 101 | 26 | 0 | 500 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11001000 | 0 | 1000001 | 10110 | 0 | 101000000 | 1100100 | 1000011 |
Color Harmonies of #FF59C8
Complementary color
Monochromatic Colors of #FF59C8
Black with #FF59C8
Text Example
Text Example
White with #FF59C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59C8; }
p { color: rgb(255,89,200); }
H1.HeaderClassName
{
color: #FF59C8;
}
.AnyTagClassName
{
color: #FF59C8;
}
</style>
background-color css
<style>
a { background-color: #FF59C8; }
a { background-color: rgb(255,89,200); }
div.DivClassName
{
background-color: #FF59C8;
}
.BgClassName
{
background-color: #FF59C8;
}
</style>
border-color css
<style>
span { border-color: #FF59C8; }
span { border-color: rgb(255,89,200); }
td.TdClassName
{
border-color: #FF59C8;
}
.TagClassName
{
border-color: #FF59C8;
}
</style>