Shades of Neon Pink #F966C7
Tints of Neon Pink #F966C7
RGB
CMYK
RGB Variations
Color information
#F966C7 (or 0xF966C7) is known color: Neon Pink. HEX triplet: F9, 66 and C7. RGB value is (249,102,199). Sum of RGB (Red+Green+Blue) = 249+102+199=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F966C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966C7 is #069938. Grayscale: #9C9C9C. Windows color (decimal): -432441 or 13068025. OLE color: 13068025.
HSL color Cylindrical-coordinate representation of color #F966C7: hue angle of 320.41º 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 #F966C7 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 199 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.02 |
| HSL | 320.41º | 0.92% | 0.69% | - |
| HSV(B) | 320.41º | 0.59% | 0.98% | - |
| XYZ | 54.13 | 33.77 | 57.7 | - |
| YUV | 157.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 199 | 0 | 0.59 | 0.20 | 0.02 | 320.41 | 0.92 | 0.69 |
| Hex | F9 | 66 | C7 | 0 | 3B | 14 | 2 | 140 | 5C | 45 |
| Octal | 371 | 146 | 307 | 0 | 73 | 24 | 2 | 500 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11000111 | 0 | 111011 | 10100 | 10 | 101000000 | 1011100 | 1000101 |
Color Harmonies of #F966C7
Complementary color
Monochromatic Colors of #F966C7
Black with #F966C7
Text Example
Text Example
White with #F966C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966C7; }
p { color: rgb(249,102,199); }
H1.HeaderClassName
{
color: #F966C7;
}
.AnyTagClassName
{
color: #F966C7;
}
</style>
background-color css
<style>
a { background-color: #F966C7; }
a { background-color: rgb(249,102,199); }
div.DivClassName
{
background-color: #F966C7;
}
.BgClassName
{
background-color: #F966C7;
}
</style>
border-color css
<style>
span { border-color: #F966C7; }
span { border-color: rgb(249,102,199); }
td.TdClassName
{
border-color: #F966C7;
}
.TagClassName
{
border-color: #F966C7;
}
</style>