Shades of Neon Pink #F963D8
Tints of Neon Pink #F963D8
RGB
CMYK
RGB Variations
Color information
#F963D8 (or 0xF963D8) is known color: Neon Pink. HEX triplet: F9, 63 and D8. RGB value is (249,99,216). Sum of RGB (Red+Green+Blue) = 249+99+216=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 99 (39.06% from 255 or 17.55% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F963D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963D8 is #069C27. Grayscale: #9C9C9C. Windows color (decimal): -433192 or 14181369. OLE color: 14181369.
HSL color Cylindrical-coordinate representation of color #F963D8: hue angle of 313.2º 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 #F963D8 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 216 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.02 |
| HSL | 313.2º | 0.93% | 0.68% | - |
| HSV(B) | 313.2º | 0.6% | 0.98% | - |
| XYZ | 55.92 | 34.02 | 68.59 | - |
| YUV | 157.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 216 | 0 | 0.60 | 0.13 | 0.02 | 313.2 | 0.93 | 0.68 |
| Hex | F9 | 63 | D8 | 0 | 3C | D | 2 | 139 | 5D | 44 |
| Octal | 371 | 143 | 330 | 0 | 74 | 15 | 2 | 471 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11011000 | 0 | 111100 | 1101 | 10 | 100111001 | 1011101 | 1000100 |
Color Harmonies of #F963D8
Complementary color
Monochromatic Colors of #F963D8
Black with #F963D8
Text Example
Text Example
White with #F963D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963D8; }
p { color: rgb(249,99,216); }
H1.HeaderClassName
{
color: #F963D8;
}
.AnyTagClassName
{
color: #F963D8;
}
</style>
background-color css
<style>
a { background-color: #F963D8; }
a { background-color: rgb(249,99,216); }
div.DivClassName
{
background-color: #F963D8;
}
.BgClassName
{
background-color: #F963D8;
}
</style>
border-color css
<style>
span { border-color: #F963D8; }
span { border-color: rgb(249,99,216); }
td.TdClassName
{
border-color: #F963D8;
}
.TagClassName
{
border-color: #F963D8;
}
</style>