Shades of Neon Pink #F960CF
Tints of Neon Pink #F960CF
RGB
CMYK
RGB Variations
Color information
#F960CF (or 0xF960CF) is known color: Neon Pink. HEX triplet: F9, 60 and CF. RGB value is (249,96,207). Sum of RGB (Red+Green+Blue) = 249+96+207=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F960CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960CF is #069F30. Grayscale: #9A9A9A. Windows color (decimal): -433969 or 13590777. OLE color: 13590777.
HSL color Cylindrical-coordinate representation of color #F960CF: hue angle of 316.47º 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 #F960CF is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 207 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.02 |
| HSL | 316.47º | 0.93% | 0.68% | - |
| HSV(B) | 316.47º | 0.61% | 0.98% | - |
| XYZ | 54.51 | 33.01 | 62.53 | - |
| YUV | 154.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 207 | 0 | 0.61 | 0.17 | 0.02 | 316.47 | 0.93 | 0.68 |
| Hex | F9 | 60 | CF | 0 | 3D | 11 | 2 | 13C | 5D | 44 |
| Octal | 371 | 140 | 317 | 0 | 75 | 21 | 2 | 474 | 135 | 104 |
| Binary | 11111001 | 1100000 | 11001111 | 0 | 111101 | 10001 | 10 | 100111100 | 1011101 | 1000100 |
Color Harmonies of #F960CF
Complementary color
Monochromatic Colors of #F960CF
Black with #F960CF
Text Example
Text Example
White with #F960CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960CF; }
p { color: rgb(249,96,207); }
H1.HeaderClassName
{
color: #F960CF;
}
.AnyTagClassName
{
color: #F960CF;
}
</style>
background-color css
<style>
a { background-color: #F960CF; }
a { background-color: rgb(249,96,207); }
div.DivClassName
{
background-color: #F960CF;
}
.BgClassName
{
background-color: #F960CF;
}
</style>
border-color css
<style>
span { border-color: #F960CF; }
span { border-color: rgb(249,96,207); }
td.TdClassName
{
border-color: #F960CF;
}
.TagClassName
{
border-color: #F960CF;
}
</style>