Shades of Neon Pink #F964CE
Tints of Neon Pink #F964CE
RGB
CMYK
RGB Variations
Color information
#F964CE (or 0xF964CE) is known color: Neon Pink. HEX triplet: F9, 64 and CE. RGB value is (249,100,206). Sum of RGB (Red+Green+Blue) = 249+100+206=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F964CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964CE is #069B31. Grayscale: #9C9C9C. Windows color (decimal): -432946 or 13526265. OLE color: 13526265.
HSL color Cylindrical-coordinate representation of color #F964CE: hue angle of 317.32º 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 #F964CE is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 206 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.02 |
| HSL | 317.32º | 0.93% | 0.68% | - |
| HSV(B) | 317.32º | 0.6% | 0.98% | - |
| XYZ | 54.76 | 33.71 | 62.01 | - |
| YUV | 156.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 206 | 0 | 0.60 | 0.17 | 0.02 | 317.32 | 0.93 | 0.68 |
| Hex | F9 | 64 | CE | 0 | 3C | 11 | 2 | 13D | 5D | 44 |
| Octal | 371 | 144 | 316 | 0 | 74 | 21 | 2 | 475 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11001110 | 0 | 111100 | 10001 | 10 | 100111101 | 1011101 | 1000100 |
Color Harmonies of #F964CE
Complementary color
Monochromatic Colors of #F964CE
Black with #F964CE
Text Example
Text Example
White with #F964CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964CE; }
p { color: rgb(249,100,206); }
H1.HeaderClassName
{
color: #F964CE;
}
.AnyTagClassName
{
color: #F964CE;
}
</style>
background-color css
<style>
a { background-color: #F964CE; }
a { background-color: rgb(249,100,206); }
div.DivClassName
{
background-color: #F964CE;
}
.BgClassName
{
background-color: #F964CE;
}
</style>
border-color css
<style>
span { border-color: #F964CE; }
span { border-color: rgb(249,100,206); }
td.TdClassName
{
border-color: #F964CE;
}
.TagClassName
{
border-color: #F964CE;
}
</style>