Shades of Neon Pink #FF59C4
Tints of Neon Pink #FF59C4
RGB
CMYK
RGB Variations
Color information
#FF59C4 (or 0xFF59C4) is known color: Neon Pink. HEX triplet: FF, 59 and C4. RGB value is (255,89,196). Sum of RGB (Red+Green+Blue) = 255+89+196=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59C4 is #00A63B. Grayscale: #969696. Windows color (decimal): -42556 or 12868095. OLE color: 12868095.
HSL color Cylindrical-coordinate representation of color #FF59C4: hue angle of 321.33º 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 #FF59C4 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 196 | - |
| CMYK | 0 | 0.65 | 0.23 | 0 |
| HSL | 321.33º | 1% | 0.67% | - |
| HSV(B) | 321.33º | 0.65% | 1% | - |
| XYZ | 54.78 | 32.39 | 55.59 | - |
| YUV | 150.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 196 | 0 | 0.65 | 0.23 | 0 | 321.33 | 1 | 0.67 |
| Hex | FF | 59 | C4 | 0 | 41 | 17 | 0 | 141 | 64 | 43 |
| Octal | 377 | 131 | 304 | 0 | 101 | 27 | 0 | 501 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11000100 | 0 | 1000001 | 10111 | 0 | 101000001 | 1100100 | 1000011 |
Color Harmonies of #FF59C4
Complementary color
Monochromatic Colors of #FF59C4
Black with #FF59C4
Text Example
Text Example
White with #FF59C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59C4; }
p { color: rgb(255,89,196); }
H1.HeaderClassName
{
color: #FF59C4;
}
.AnyTagClassName
{
color: #FF59C4;
}
</style>
background-color css
<style>
a { background-color: #FF59C4; }
a { background-color: rgb(255,89,196); }
div.DivClassName
{
background-color: #FF59C4;
}
.BgClassName
{
background-color: #FF59C4;
}
</style>
border-color css
<style>
span { border-color: #FF59C4; }
span { border-color: rgb(255,89,196); }
td.TdClassName
{
border-color: #FF59C4;
}
.TagClassName
{
border-color: #FF59C4;
}
</style>