Shades of Neon Pink #F963CF
Tints of Neon Pink #F963CF
RGB
CMYK
RGB Variations
Color information
#F963CF (or 0xF963CF) is known color: Neon Pink. HEX triplet: F9, 63 and CF. RGB value is (249,99,207). Sum of RGB (Red+Green+Blue) = 249+99+207=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F963CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963CF is #069C30. Grayscale: #9B9B9B. Windows color (decimal): -433201 or 13591545. OLE color: 13591545.
HSL color Cylindrical-coordinate representation of color #F963CF: hue angle of 316.8º 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 #F963CF is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 207 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.02 |
| HSL | 316.8º | 0.93% | 0.68% | - |
| HSV(B) | 316.8º | 0.6% | 0.98% | - |
| XYZ | 54.79 | 33.57 | 62.62 | - |
| YUV | 156.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 207 | 0 | 0.60 | 0.17 | 0.02 | 316.8 | 0.93 | 0.68 |
| Hex | F9 | 63 | CF | 0 | 3C | 11 | 2 | 13D | 5D | 44 |
| Octal | 371 | 143 | 317 | 0 | 74 | 21 | 2 | 475 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11001111 | 0 | 111100 | 10001 | 10 | 100111101 | 1011101 | 1000100 |
Color Harmonies of #F963CF
Complementary color
Monochromatic Colors of #F963CF
Black with #F963CF
Text Example
Text Example
White with #F963CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963CF; }
p { color: rgb(249,99,207); }
H1.HeaderClassName
{
color: #F963CF;
}
.AnyTagClassName
{
color: #F963CF;
}
</style>
background-color css
<style>
a { background-color: #F963CF; }
a { background-color: rgb(249,99,207); }
div.DivClassName
{
background-color: #F963CF;
}
.BgClassName
{
background-color: #F963CF;
}
</style>
border-color css
<style>
span { border-color: #F963CF; }
span { border-color: rgb(249,99,207); }
td.TdClassName
{
border-color: #F963CF;
}
.TagClassName
{
border-color: #F963CF;
}
</style>