Shades of Neon Pink #F966CF
Tints of Neon Pink #F966CF
RGB
CMYK
RGB Variations
Color information
#F966CF (or 0xF966CF) is known color: Neon Pink. HEX triplet: F9, 66 and CF. RGB value is (249,102,207). Sum of RGB (Red+Green+Blue) = 249+102+207=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F966CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966CF is #069930. Grayscale: #9D9D9D. Windows color (decimal): -432433 or 13592313. OLE color: 13592313.
HSL color Cylindrical-coordinate representation of color #F966CF: hue angle of 317.14º 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 #F966CF is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 207 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.02 |
| HSL | 317.14º | 0.92% | 0.69% | - |
| HSV(B) | 317.14º | 0.59% | 0.98% | - |
| XYZ | 55.08 | 34.15 | 62.72 | - |
| YUV | 157.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 207 | 0 | 0.59 | 0.17 | 0.02 | 317.14 | 0.92 | 0.69 |
| Hex | F9 | 66 | CF | 0 | 3B | 11 | 2 | 13D | 5C | 45 |
| Octal | 371 | 146 | 317 | 0 | 73 | 21 | 2 | 475 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11001111 | 0 | 111011 | 10001 | 10 | 100111101 | 1011100 | 1000101 |
Color Harmonies of #F966CF
Complementary color
Monochromatic Colors of #F966CF
Black with #F966CF
Text Example
Text Example
White with #F966CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966CF; }
p { color: rgb(249,102,207); }
H1.HeaderClassName
{
color: #F966CF;
}
.AnyTagClassName
{
color: #F966CF;
}
</style>
background-color css
<style>
a { background-color: #F966CF; }
a { background-color: rgb(249,102,207); }
div.DivClassName
{
background-color: #F966CF;
}
.BgClassName
{
background-color: #F966CF;
}
</style>
border-color css
<style>
span { border-color: #F966CF; }
span { border-color: rgb(249,102,207); }
td.TdClassName
{
border-color: #F966CF;
}
.TagClassName
{
border-color: #F966CF;
}
</style>