Shades of Neon Pink #F960C5
Tints of Neon Pink #F960C5
RGB
CMYK
RGB Variations
Color information
#F960C5 (or 0xF960C5) is known color: Neon Pink. HEX triplet: F9, 60 and C5. RGB value is (249,96,197). Sum of RGB (Red+Green+Blue) = 249+96+197=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F960C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960C5 is #069F3A. Grayscale: #999999. Windows color (decimal): -433979 or 12935417. OLE color: 12935417.
HSL color Cylindrical-coordinate representation of color #F960C5: hue angle of 320.39º 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 #F960C5 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 197 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.02 |
| HSL | 320.39º | 0.93% | 0.68% | - |
| HSV(B) | 320.39º | 0.61% | 0.98% | - |
| XYZ | 53.33 | 32.54 | 56.29 | - |
| YUV | 153.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 197 | 0 | 0.61 | 0.21 | 0.02 | 320.39 | 0.93 | 0.68 |
| Hex | F9 | 60 | C5 | 0 | 3D | 15 | 2 | 140 | 5D | 44 |
| Octal | 371 | 140 | 305 | 0 | 75 | 25 | 2 | 500 | 135 | 104 |
| Binary | 11111001 | 1100000 | 11000101 | 0 | 111101 | 10101 | 10 | 101000000 | 1011101 | 1000100 |
Color Harmonies of #F960C5
Complementary color
Monochromatic Colors of #F960C5
Black with #F960C5
Text Example
Text Example
White with #F960C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960C5; }
p { color: rgb(249,96,197); }
H1.HeaderClassName
{
color: #F960C5;
}
.AnyTagClassName
{
color: #F960C5;
}
</style>
background-color css
<style>
a { background-color: #F960C5; }
a { background-color: rgb(249,96,197); }
div.DivClassName
{
background-color: #F960C5;
}
.BgClassName
{
background-color: #F960C5;
}
</style>
border-color css
<style>
span { border-color: #F960C5; }
span { border-color: rgb(249,96,197); }
td.TdClassName
{
border-color: #F960C5;
}
.TagClassName
{
border-color: #F960C5;
}
</style>