Shades of Neon Pink #F963CB
Tints of Neon Pink #F963CB
RGB
CMYK
RGB Variations
Color information
#F963CB (or 0xF963CB) is known color: Neon Pink. HEX triplet: F9, 63 and CB. RGB value is (249,99,203). Sum of RGB (Red+Green+Blue) = 249+99+203=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F963CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963CB is #069C34. Grayscale: #9B9B9B. Windows color (decimal): -433205 or 13329401. OLE color: 13329401.
HSL color Cylindrical-coordinate representation of color #F963CB: hue angle of 318.4º 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 #F963CB is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 203 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.02 |
| HSL | 318.4º | 0.93% | 0.68% | - |
| HSV(B) | 318.4º | 0.6% | 0.98% | - |
| XYZ | 54.31 | 33.38 | 60.08 | - |
| YUV | 155.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 203 | 0 | 0.60 | 0.18 | 0.02 | 318.4 | 0.93 | 0.68 |
| Hex | F9 | 63 | CB | 0 | 3C | 12 | 2 | 13E | 5D | 44 |
| Octal | 371 | 143 | 313 | 0 | 74 | 22 | 2 | 476 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11001011 | 0 | 111100 | 10010 | 10 | 100111110 | 1011101 | 1000100 |
Color Harmonies of #F963CB
Complementary color
Monochromatic Colors of #F963CB
Black with #F963CB
Text Example
Text Example
White with #F963CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963CB; }
p { color: rgb(249,99,203); }
H1.HeaderClassName
{
color: #F963CB;
}
.AnyTagClassName
{
color: #F963CB;
}
</style>
background-color css
<style>
a { background-color: #F963CB; }
a { background-color: rgb(249,99,203); }
div.DivClassName
{
background-color: #F963CB;
}
.BgClassName
{
background-color: #F963CB;
}
</style>
border-color css
<style>
span { border-color: #F963CB; }
span { border-color: rgb(249,99,203); }
td.TdClassName
{
border-color: #F963CB;
}
.TagClassName
{
border-color: #F963CB;
}
</style>