Shades of Neon Pink #F964CF
Tints of Neon Pink #F964CF
RGB
CMYK
RGB Variations
Color information
#F964CF (or 0xF964CF) is known color: Neon Pink. HEX triplet: F9, 64 and CF. RGB value is (249,100,207). Sum of RGB (Red+Green+Blue) = 249+100+207=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F964CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964CF is #069B30. Grayscale: #9C9C9C. Windows color (decimal): -432945 or 13591801. OLE color: 13591801.
HSL color Cylindrical-coordinate representation of color #F964CF: hue angle of 316.91º 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 #F964CF is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 207 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.02 |
| HSL | 316.91º | 0.93% | 0.68% | - |
| HSV(B) | 316.91º | 0.6% | 0.98% | - |
| XYZ | 54.89 | 33.76 | 62.65 | - |
| YUV | 156.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 207 | 0 | 0.60 | 0.17 | 0.02 | 316.91 | 0.93 | 0.68 |
| Hex | F9 | 64 | CF | 0 | 3C | 11 | 2 | 13D | 5D | 44 |
| Octal | 371 | 144 | 317 | 0 | 74 | 21 | 2 | 475 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11001111 | 0 | 111100 | 10001 | 10 | 100111101 | 1011101 | 1000100 |
Color Harmonies of #F964CF
Complementary color
Monochromatic Colors of #F964CF
Black with #F964CF
Text Example
Text Example
White with #F964CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964CF; }
p { color: rgb(249,100,207); }
H1.HeaderClassName
{
color: #F964CF;
}
.AnyTagClassName
{
color: #F964CF;
}
</style>
background-color css
<style>
a { background-color: #F964CF; }
a { background-color: rgb(249,100,207); }
div.DivClassName
{
background-color: #F964CF;
}
.BgClassName
{
background-color: #F964CF;
}
</style>
border-color css
<style>
span { border-color: #F964CF; }
span { border-color: rgb(249,100,207); }
td.TdClassName
{
border-color: #F964CF;
}
.TagClassName
{
border-color: #F964CF;
}
</style>