Shades of Neon Pink #F966D7
Tints of Neon Pink #F966D7
RGB
CMYK
RGB Variations
Color information
#F966D7 (or 0xF966D7) is known color: Neon Pink. HEX triplet: F9, 66 and D7. RGB value is (249,102,215). Sum of RGB (Red+Green+Blue) = 249+102+215=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F966D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966D7 is #069928. Grayscale: #9E9E9E. Windows color (decimal): -432425 or 14116601. OLE color: 14116601.
HSL color Cylindrical-coordinate representation of color #F966D7: hue angle of 313.88º 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 #F966D7 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 215 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.02 |
| HSL | 313.88º | 0.92% | 0.69% | - |
| HSV(B) | 313.88º | 0.59% | 0.98% | - |
| XYZ | 56.08 | 34.55 | 68 | - |
| YUV | 158.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 215 | 0 | 0.59 | 0.14 | 0.02 | 313.88 | 0.92 | 0.69 |
| Hex | F9 | 66 | D7 | 0 | 3B | E | 2 | 13A | 5C | 45 |
| Octal | 371 | 146 | 327 | 0 | 73 | 16 | 2 | 472 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11010111 | 0 | 111011 | 1110 | 10 | 100111010 | 1011100 | 1000101 |
Color Harmonies of #F966D7
Complementary color
Monochromatic Colors of #F966D7
Black with #F966D7
Text Example
Text Example
White with #F966D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966D7; }
p { color: rgb(249,102,215); }
H1.HeaderClassName
{
color: #F966D7;
}
.AnyTagClassName
{
color: #F966D7;
}
</style>
background-color css
<style>
a { background-color: #F966D7; }
a { background-color: rgb(249,102,215); }
div.DivClassName
{
background-color: #F966D7;
}
.BgClassName
{
background-color: #F966D7;
}
</style>
border-color css
<style>
span { border-color: #F966D7; }
span { border-color: rgb(249,102,215); }
td.TdClassName
{
border-color: #F966D7;
}
.TagClassName
{
border-color: #F966D7;
}
</style>