Shades of Neon Pink #FF59C3
Tints of Neon Pink #FF59C3
RGB
CMYK
RGB Variations
Color information
#FF59C3 (or 0xFF59C3) is known color: Neon Pink. HEX triplet: FF, 59 and C3. RGB value is (255,89,195). Sum of RGB (Red+Green+Blue) = 255+89+195=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59C3 is #00A63C. Grayscale: #969696. Windows color (decimal): -42557 or 12802559. OLE color: 12802559.
HSL color Cylindrical-coordinate representation of color #FF59C3: hue angle of 321.69º 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 #FF59C3 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 195 | - |
| CMYK | 0 | 0.65 | 0.24 | 0 |
| HSL | 321.69º | 1% | 0.67% | - |
| HSV(B) | 321.69º | 0.65% | 1% | - |
| XYZ | 54.66 | 32.34 | 54.99 | - |
| YUV | 150.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 195 | 0 | 0.65 | 0.24 | 0 | 321.69 | 1 | 0.67 |
| Hex | FF | 59 | C3 | 0 | 41 | 18 | 0 | 142 | 64 | 43 |
| Octal | 377 | 131 | 303 | 0 | 101 | 30 | 0 | 502 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11000011 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100100 | 1000011 |
Color Harmonies of #FF59C3
Complementary color
Monochromatic Colors of #FF59C3
Black with #FF59C3
Text Example
Text Example
White with #FF59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59C3; }
p { color: rgb(255,89,195); }
H1.HeaderClassName
{
color: #FF59C3;
}
.AnyTagClassName
{
color: #FF59C3;
}
</style>
background-color css
<style>
a { background-color: #FF59C3; }
a { background-color: rgb(255,89,195); }
div.DivClassName
{
background-color: #FF59C3;
}
.BgClassName
{
background-color: #FF59C3;
}
</style>
border-color css
<style>
span { border-color: #FF59C3; }
span { border-color: rgb(255,89,195); }
td.TdClassName
{
border-color: #FF59C3;
}
.TagClassName
{
border-color: #FF59C3;
}
</style>