Shades of Neon Pink #F560C9
Tints of Neon Pink #F560C9
RGB
CMYK
RGB Variations
Color information
#F560C9 (or 0xF560C9) is known color: Neon Pink. HEX triplet: F5, 60 and C9. RGB value is (245,96,201). Sum of RGB (Red+Green+Blue) = 245+96+201=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F560C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560C9 is #0A9F36. Grayscale: #989898. Windows color (decimal): -696119 or 13197557. OLE color: 13197557.
HSL color Cylindrical-coordinate representation of color #F560C9: hue angle of 317.72º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560C9 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 201 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.04 |
| HSL | 317.72º | 0.88% | 0.67% | - |
| HSV(B) | 317.72º | 0.61% | 0.96% | - |
| XYZ | 52.38 | 32 | 58.67 | - |
| YUV | 152.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 201 | 0 | 0.61 | 0.18 | 0.04 | 317.72 | 0.88 | 0.67 |
| Hex | F5 | 60 | C9 | 0 | 3D | 12 | 4 | 13E | 58 | 43 |
| Octal | 365 | 140 | 311 | 0 | 75 | 22 | 4 | 476 | 130 | 103 |
| Binary | 11110101 | 1100000 | 11001001 | 0 | 111101 | 10010 | 100 | 100111110 | 1011000 | 1000011 |
Color Harmonies of #F560C9
Complementary color
Monochromatic Colors of #F560C9
Black with #F560C9
Text Example
Text Example
White with #F560C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560C9; }
p { color: rgb(245,96,201); }
H1.HeaderClassName
{
color: #F560C9;
}
.AnyTagClassName
{
color: #F560C9;
}
</style>
background-color css
<style>
a { background-color: #F560C9; }
a { background-color: rgb(245,96,201); }
div.DivClassName
{
background-color: #F560C9;
}
.BgClassName
{
background-color: #F560C9;
}
</style>
border-color css
<style>
span { border-color: #F560C9; }
span { border-color: rgb(245,96,201); }
td.TdClassName
{
border-color: #F560C9;
}
.TagClassName
{
border-color: #F560C9;
}
</style>