Shades of Neon Pink #F963C3
Tints of Neon Pink #F963C3
RGB
CMYK
RGB Variations
Color information
#F963C3 (or 0xF963C3) is known color: Neon Pink. HEX triplet: F9, 63 and C3. RGB value is (249,99,195). Sum of RGB (Red+Green+Blue) = 249+99+195=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F963C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963C3 is #069C3C. Grayscale: #9A9A9A. Windows color (decimal): -433213 or 12805113. OLE color: 12805113.
HSL color Cylindrical-coordinate representation of color #F963C3: hue angle of 321.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 #F963C3 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 195 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.02 |
| HSL | 321.6º | 0.93% | 0.68% | - |
| HSV(B) | 321.6º | 0.6% | 0.98% | - |
| XYZ | 53.38 | 33 | 55.19 | - |
| YUV | 154.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 195 | 0 | 0.60 | 0.22 | 0.02 | 321.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | C3 | 0 | 3C | 16 | 2 | 142 | 5D | 44 |
| Octal | 371 | 143 | 303 | 0 | 74 | 26 | 2 | 502 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11000011 | 0 | 111100 | 10110 | 10 | 101000010 | 1011101 | 1000100 |
Color Harmonies of #F963C3
Complementary color
Monochromatic Colors of #F963C3
Black with #F963C3
Text Example
Text Example
White with #F963C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963C3; }
p { color: rgb(249,99,195); }
H1.HeaderClassName
{
color: #F963C3;
}
.AnyTagClassName
{
color: #F963C3;
}
</style>
background-color css
<style>
a { background-color: #F963C3; }
a { background-color: rgb(249,99,195); }
div.DivClassName
{
background-color: #F963C3;
}
.BgClassName
{
background-color: #F963C3;
}
</style>
border-color css
<style>
span { border-color: #F963C3; }
span { border-color: rgb(249,99,195); }
td.TdClassName
{
border-color: #F963C3;
}
.TagClassName
{
border-color: #F963C3;
}
</style>