Shades of Neon Pink #F964D9
Tints of Neon Pink #F964D9
RGB
CMYK
RGB Variations
Color information
#F964D9 (or 0xF964D9) is known color: Neon Pink. HEX triplet: F9, 64 and D9. RGB value is (249,100,217). Sum of RGB (Red+Green+Blue) = 249+100+217=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F964D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964D9 is #069B26. Grayscale: #9D9D9D. Windows color (decimal): -432935 or 14247161. OLE color: 14247161.
HSL color Cylindrical-coordinate representation of color #F964D9: hue angle of 312.89º 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 #F964D9 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 217 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.02 |
| HSL | 312.89º | 0.93% | 0.68% | - |
| HSV(B) | 312.89º | 0.6% | 0.98% | - |
| XYZ | 56.15 | 34.26 | 69.3 | - |
| YUV | 157.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 217 | 0 | 0.60 | 0.13 | 0.02 | 312.89 | 0.93 | 0.68 |
| Hex | F9 | 64 | D9 | 0 | 3C | D | 2 | 139 | 5D | 44 |
| Octal | 371 | 144 | 331 | 0 | 74 | 15 | 2 | 471 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11011001 | 0 | 111100 | 1101 | 10 | 100111001 | 1011101 | 1000100 |
Color Harmonies of #F964D9
Complementary color
Monochromatic Colors of #F964D9
Black with #F964D9
Text Example
Text Example
White with #F964D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964D9; }
p { color: rgb(249,100,217); }
H1.HeaderClassName
{
color: #F964D9;
}
.AnyTagClassName
{
color: #F964D9;
}
</style>
background-color css
<style>
a { background-color: #F964D9; }
a { background-color: rgb(249,100,217); }
div.DivClassName
{
background-color: #F964D9;
}
.BgClassName
{
background-color: #F964D9;
}
</style>
border-color css
<style>
span { border-color: #F964D9; }
span { border-color: rgb(249,100,217); }
td.TdClassName
{
border-color: #F964D9;
}
.TagClassName
{
border-color: #F964D9;
}
</style>