Shades of Neon Pink #F964CC
Tints of Neon Pink #F964CC
RGB
CMYK
RGB Variations
Color information
#F964CC (or 0xF964CC) is known color: Neon Pink. HEX triplet: F9, 64 and CC. RGB value is (249,100,204). Sum of RGB (Red+Green+Blue) = 249+100+204=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F964CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964CC is #069B33. Grayscale: #9C9C9C. Windows color (decimal): -432948 or 13395193. OLE color: 13395193.
HSL color Cylindrical-coordinate representation of color #F964CC: hue angle of 318.12º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964CC is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 204 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.02 |
| HSL | 318.12º | 0.93% | 0.68% | - |
| HSV(B) | 318.12º | 0.6% | 0.98% | - |
| XYZ | 54.52 | 33.61 | 60.74 | - |
| YUV | 156.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 204 | 0 | 0.60 | 0.18 | 0.02 | 318.12 | 0.93 | 0.68 |
| Hex | F9 | 64 | CC | 0 | 3C | 12 | 2 | 13E | 5D | 44 |
| Octal | 371 | 144 | 314 | 0 | 74 | 22 | 2 | 476 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11001100 | 0 | 111100 | 10010 | 10 | 100111110 | 1011101 | 1000100 |
Color Harmonies of #F964CC
Complementary color
Monochromatic Colors of #F964CC
Black with #F964CC
Text Example
Text Example
White with #F964CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964CC; }
p { color: rgb(249,100,204); }
H1.HeaderClassName
{
color: #F964CC;
}
.AnyTagClassName
{
color: #F964CC;
}
</style>
background-color css
<style>
a { background-color: #F964CC; }
a { background-color: rgb(249,100,204); }
div.DivClassName
{
background-color: #F964CC;
}
.BgClassName
{
background-color: #F964CC;
}
</style>
border-color css
<style>
span { border-color: #F964CC; }
span { border-color: rgb(249,100,204); }
td.TdClassName
{
border-color: #F964CC;
}
.TagClassName
{
border-color: #F964CC;
}
</style>