Shades of Neon Pink #FF59C0
Tints of Neon Pink #FF59C0
RGB
CMYK
RGB Variations
Color information
#FF59C0 (or 0xFF59C0) is known color: Neon Pink. HEX triplet: FF, 59 and C0. RGB value is (255,89,192). Sum of RGB (Red+Green+Blue) = 255+89+192=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59C0 is #00A63F. Grayscale: #969696. Windows color (decimal): -42560 or 12605951. OLE color: 12605951.
HSL color Cylindrical-coordinate representation of color #FF59C0: hue angle of 322.77º 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 #FF59C0 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 192 | - |
| CMYK | 0 | 0.65 | 0.25 | 0 |
| HSL | 322.77º | 1% | 0.67% | - |
| HSV(B) | 322.77º | 0.65% | 1% | - |
| XYZ | 54.33 | 32.21 | 53.22 | - |
| YUV | 150.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 192 | 0 | 0.65 | 0.25 | 0 | 322.77 | 1 | 0.67 |
| Hex | FF | 59 | C0 | 0 | 41 | 19 | 0 | 143 | 64 | 43 |
| Octal | 377 | 131 | 300 | 0 | 101 | 31 | 0 | 503 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11000000 | 0 | 1000001 | 11001 | 0 | 101000011 | 1100100 | 1000011 |
Color Harmonies of #FF59C0
Complementary color
Monochromatic Colors of #FF59C0
Black with #FF59C0
Text Example
Text Example
White with #FF59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59C0; }
p { color: rgb(255,89,192); }
H1.HeaderClassName
{
color: #FF59C0;
}
.AnyTagClassName
{
color: #FF59C0;
}
</style>
background-color css
<style>
a { background-color: #FF59C0; }
a { background-color: rgb(255,89,192); }
div.DivClassName
{
background-color: #FF59C0;
}
.BgClassName
{
background-color: #FF59C0;
}
</style>
border-color css
<style>
span { border-color: #FF59C0; }
span { border-color: rgb(255,89,192); }
td.TdClassName
{
border-color: #FF59C0;
}
.TagClassName
{
border-color: #FF59C0;
}
</style>