Shades of Neon Pink #F963C8
Tints of Neon Pink #F963C8
RGB
CMYK
RGB Variations
Color information
#F963C8 (or 0xF963C8) is known color: Neon Pink. HEX triplet: F9, 63 and C8. RGB value is (249,99,200). Sum of RGB (Red+Green+Blue) = 249+99+200=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F963C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963C8 is #069C37. Grayscale: #9B9B9B. Windows color (decimal): -433208 or 13132793. OLE color: 13132793.
HSL color Cylindrical-coordinate representation of color #F963C8: hue angle of 319.6º 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 #F963C8 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 200 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.02 |
| HSL | 319.6º | 0.93% | 0.68% | - |
| HSV(B) | 319.6º | 0.6% | 0.98% | - |
| XYZ | 53.95 | 33.23 | 58.21 | - |
| YUV | 155.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 200 | 0 | 0.60 | 0.20 | 0.02 | 319.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | C8 | 0 | 3C | 14 | 2 | 140 | 5D | 44 |
| Octal | 371 | 143 | 310 | 0 | 74 | 24 | 2 | 500 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11001000 | 0 | 111100 | 10100 | 10 | 101000000 | 1011101 | 1000100 |
Color Harmonies of #F963C8
Complementary color
Monochromatic Colors of #F963C8
Black with #F963C8
Text Example
Text Example
White with #F963C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963C8; }
p { color: rgb(249,99,200); }
H1.HeaderClassName
{
color: #F963C8;
}
.AnyTagClassName
{
color: #F963C8;
}
</style>
background-color css
<style>
a { background-color: #F963C8; }
a { background-color: rgb(249,99,200); }
div.DivClassName
{
background-color: #F963C8;
}
.BgClassName
{
background-color: #F963C8;
}
</style>
border-color css
<style>
span { border-color: #F963C8; }
span { border-color: rgb(249,99,200); }
td.TdClassName
{
border-color: #F963C8;
}
.TagClassName
{
border-color: #F963C8;
}
</style>