Shades of Neon Pink #F559CB
Tints of Neon Pink #F559CB
RGB
CMYK
RGB Variations
Color information
#F559CB (or 0xF559CB) is known color: Neon Pink. HEX triplet: F5, 59 and CB. RGB value is (245,89,203). Sum of RGB (Red+Green+Blue) = 245+89+203=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F559CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559CB is #0AA634. Grayscale: #949494. Windows color (decimal): -697909 or 13326837. OLE color: 13326837.
HSL color Cylindrical-coordinate representation of color #F559CB: hue angle of 316.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559CB is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 203 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.04 |
| HSL | 316.15º | 0.89% | 0.65% | - |
| HSV(B) | 316.15º | 0.64% | 0.96% | - |
| XYZ | 52.01 | 30.87 | 59.72 | - |
| YUV | 148.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 203 | 0 | 0.64 | 0.17 | 0.04 | 316.15 | 0.89 | 0.65 |
| Hex | F5 | 59 | CB | 0 | 40 | 11 | 4 | 13C | 59 | 41 |
| Octal | 365 | 131 | 313 | 0 | 100 | 21 | 4 | 474 | 131 | 101 |
| Binary | 11110101 | 1011001 | 11001011 | 0 | 1000000 | 10001 | 100 | 100111100 | 1011001 | 1000001 |
Color Harmonies of #F559CB
Complementary color
Monochromatic Colors of #F559CB
Black with #F559CB
Text Example
Text Example
White with #F559CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559CB; }
p { color: rgb(245,89,203); }
H1.HeaderClassName
{
color: #F559CB;
}
.AnyTagClassName
{
color: #F559CB;
}
</style>
background-color css
<style>
a { background-color: #F559CB; }
a { background-color: rgb(245,89,203); }
div.DivClassName
{
background-color: #F559CB;
}
.BgClassName
{
background-color: #F559CB;
}
</style>
border-color css
<style>
span { border-color: #F559CB; }
span { border-color: rgb(245,89,203); }
td.TdClassName
{
border-color: #F559CB;
}
.TagClassName
{
border-color: #F559CB;
}
</style>