Shades of Neon Pink #F964D4
Tints of Neon Pink #F964D4
RGB
CMYK
RGB Variations
Color information
#F964D4 (or 0xF964D4) is known color: Neon Pink. HEX triplet: F9, 64 and D4. RGB value is (249,100,212). Sum of RGB (Red+Green+Blue) = 249+100+212=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F964D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964D4 is #069B2B. Grayscale: #9D9D9D. Windows color (decimal): -432940 or 13919481. OLE color: 13919481.
HSL color Cylindrical-coordinate representation of color #F964D4: hue angle of 314.9º 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 #F964D4 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 212 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.02 |
| HSL | 314.9º | 0.93% | 0.68% | - |
| HSV(B) | 314.9º | 0.6% | 0.98% | - |
| XYZ | 55.51 | 34.01 | 65.93 | - |
| YUV | 157.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 212 | 0 | 0.60 | 0.15 | 0.02 | 314.9 | 0.93 | 0.68 |
| Hex | F9 | 64 | D4 | 0 | 3C | F | 2 | 13B | 5D | 44 |
| Octal | 371 | 144 | 324 | 0 | 74 | 17 | 2 | 473 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11010100 | 0 | 111100 | 1111 | 10 | 100111011 | 1011101 | 1000100 |
Color Harmonies of #F964D4
Complementary color
Monochromatic Colors of #F964D4
Black with #F964D4
Text Example
Text Example
White with #F964D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964D4; }
p { color: rgb(249,100,212); }
H1.HeaderClassName
{
color: #F964D4;
}
.AnyTagClassName
{
color: #F964D4;
}
</style>
background-color css
<style>
a { background-color: #F964D4; }
a { background-color: rgb(249,100,212); }
div.DivClassName
{
background-color: #F964D4;
}
.BgClassName
{
background-color: #F964D4;
}
</style>
border-color css
<style>
span { border-color: #F964D4; }
span { border-color: rgb(249,100,212); }
td.TdClassName
{
border-color: #F964D4;
}
.TagClassName
{
border-color: #F964D4;
}
</style>