Shades of Neon Pink #F966CC
Tints of Neon Pink #F966CC
RGB
CMYK
RGB Variations
Color information
#F966CC (or 0xF966CC) is known color: Neon Pink. HEX triplet: F9, 66 and CC. RGB value is (249,102,204). Sum of RGB (Red+Green+Blue) = 249+102+204=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F966CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966CC is #069933. Grayscale: #9D9D9D. Windows color (decimal): -432436 or 13395705. OLE color: 13395705.
HSL color Cylindrical-coordinate representation of color #F966CC: hue angle of 318.37º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966CC is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 204 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.02 |
| HSL | 318.37º | 0.92% | 0.69% | - |
| HSV(B) | 318.37º | 0.59% | 0.98% | - |
| XYZ | 54.72 | 34 | 60.81 | - |
| YUV | 157.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 204 | 0 | 0.59 | 0.18 | 0.02 | 318.37 | 0.92 | 0.69 |
| Hex | F9 | 66 | CC | 0 | 3B | 12 | 2 | 13E | 5C | 45 |
| Octal | 371 | 146 | 314 | 0 | 73 | 22 | 2 | 476 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11001100 | 0 | 111011 | 10010 | 10 | 100111110 | 1011100 | 1000101 |
Color Harmonies of #F966CC
Complementary color
Monochromatic Colors of #F966CC
Black with #F966CC
Text Example
Text Example
White with #F966CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966CC; }
p { color: rgb(249,102,204); }
H1.HeaderClassName
{
color: #F966CC;
}
.AnyTagClassName
{
color: #F966CC;
}
</style>
background-color css
<style>
a { background-color: #F966CC; }
a { background-color: rgb(249,102,204); }
div.DivClassName
{
background-color: #F966CC;
}
.BgClassName
{
background-color: #F966CC;
}
</style>
border-color css
<style>
span { border-color: #F966CC; }
span { border-color: rgb(249,102,204); }
td.TdClassName
{
border-color: #F966CC;
}
.TagClassName
{
border-color: #F966CC;
}
</style>