Shades of Neon Pink #F960CE
Tints of Neon Pink #F960CE
RGB
CMYK
RGB Variations
Color information
#F960CE (or 0xF960CE) is known color: Neon Pink. HEX triplet: F9, 60 and CE. RGB value is (249,96,206). Sum of RGB (Red+Green+Blue) = 249+96+206=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F960CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960CE is #069F31. Grayscale: #9A9A9A. Windows color (decimal): -433970 or 13525241. OLE color: 13525241.
HSL color Cylindrical-coordinate representation of color #F960CE: hue angle of 316.86º 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 #F960CE is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 206 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.02 |
| HSL | 316.86º | 0.93% | 0.68% | - |
| HSV(B) | 316.86º | 0.61% | 0.98% | - |
| XYZ | 54.39 | 32.96 | 61.89 | - |
| YUV | 154.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 206 | 0 | 0.61 | 0.17 | 0.02 | 316.86 | 0.93 | 0.68 |
| Hex | F9 | 60 | CE | 0 | 3D | 11 | 2 | 13D | 5D | 44 |
| Octal | 371 | 140 | 316 | 0 | 75 | 21 | 2 | 475 | 135 | 104 |
| Binary | 11111001 | 1100000 | 11001110 | 0 | 111101 | 10001 | 10 | 100111101 | 1011101 | 1000100 |
Color Harmonies of #F960CE
Complementary color
Monochromatic Colors of #F960CE
Black with #F960CE
Text Example
Text Example
White with #F960CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960CE; }
p { color: rgb(249,96,206); }
H1.HeaderClassName
{
color: #F960CE;
}
.AnyTagClassName
{
color: #F960CE;
}
</style>
background-color css
<style>
a { background-color: #F960CE; }
a { background-color: rgb(249,96,206); }
div.DivClassName
{
background-color: #F960CE;
}
.BgClassName
{
background-color: #F960CE;
}
</style>
border-color css
<style>
span { border-color: #F960CE; }
span { border-color: rgb(249,96,206); }
td.TdClassName
{
border-color: #F960CE;
}
.TagClassName
{
border-color: #F960CE;
}
</style>