Shades of Neon Pink #F960C8
Tints of Neon Pink #F960C8
RGB
CMYK
RGB Variations
Color information
#F960C8 (or 0xF960C8) is known color: Neon Pink. HEX triplet: F9, 60 and C8. RGB value is (249,96,200). Sum of RGB (Red+Green+Blue) = 249+96+200=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F960C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960C8 is #069F37. Grayscale: #999999. Windows color (decimal): -433976 or 13132025. OLE color: 13132025.
HSL color Cylindrical-coordinate representation of color #F960C8: hue angle of 319.22º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960C8 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 200 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.02 |
| HSL | 319.22º | 0.93% | 0.68% | - |
| HSV(B) | 319.22º | 0.61% | 0.98% | - |
| XYZ | 53.68 | 32.68 | 58.12 | - |
| YUV | 153.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 200 | 0 | 0.61 | 0.20 | 0.02 | 319.22 | 0.93 | 0.68 |
| Hex | F9 | 60 | C8 | 0 | 3D | 14 | 2 | 13F | 5D | 44 |
| Octal | 371 | 140 | 310 | 0 | 75 | 24 | 2 | 477 | 135 | 104 |
| Binary | 11111001 | 1100000 | 11001000 | 0 | 111101 | 10100 | 10 | 100111111 | 1011101 | 1000100 |
Color Harmonies of #F960C8
Complementary color
Monochromatic Colors of #F960C8
Black with #F960C8
Text Example
Text Example
White with #F960C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960C8; }
p { color: rgb(249,96,200); }
H1.HeaderClassName
{
color: #F960C8;
}
.AnyTagClassName
{
color: #F960C8;
}
</style>
background-color css
<style>
a { background-color: #F960C8; }
a { background-color: rgb(249,96,200); }
div.DivClassName
{
background-color: #F960C8;
}
.BgClassName
{
background-color: #F960C8;
}
</style>
border-color css
<style>
span { border-color: #F960C8; }
span { border-color: rgb(249,96,200); }
td.TdClassName
{
border-color: #F960C8;
}
.TagClassName
{
border-color: #F960C8;
}
</style>