Shades of Neon Pink #F962C5
Tints of Neon Pink #F962C5
RGB
CMYK
RGB Variations
Color information
#F962C5 (or 0xF962C5) is known color: Neon Pink. HEX triplet: F9, 62 and C5. RGB value is (249,98,197). Sum of RGB (Red+Green+Blue) = 249+98+197=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F962C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962C5 is #069D3A. Grayscale: #9A9A9A. Windows color (decimal): -433467 or 12935929. OLE color: 12935929.
HSL color Cylindrical-coordinate representation of color #F962C5: hue angle of 320.66º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F962C5 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 197 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.02 |
| HSL | 320.66º | 0.93% | 0.68% | - |
| HSV(B) | 320.66º | 0.61% | 0.98% | - |
| XYZ | 53.51 | 32.91 | 56.35 | - |
| YUV | 154.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 197 | 0 | 0.61 | 0.21 | 0.02 | 320.66 | 0.93 | 0.68 |
| Hex | F9 | 62 | C5 | 0 | 3D | 15 | 2 | 141 | 5D | 44 |
| Octal | 371 | 142 | 305 | 0 | 75 | 25 | 2 | 501 | 135 | 104 |
| Binary | 11111001 | 1100010 | 11000101 | 0 | 111101 | 10101 | 10 | 101000001 | 1011101 | 1000100 |
Color Harmonies of #F962C5
Complementary color
Monochromatic Colors of #F962C5
Black with #F962C5
Text Example
Text Example
White with #F962C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962C5; }
p { color: rgb(249,98,197); }
H1.HeaderClassName
{
color: #F962C5;
}
.AnyTagClassName
{
color: #F962C5;
}
</style>
background-color css
<style>
a { background-color: #F962C5; }
a { background-color: rgb(249,98,197); }
div.DivClassName
{
background-color: #F962C5;
}
.BgClassName
{
background-color: #F962C5;
}
</style>
border-color css
<style>
span { border-color: #F962C5; }
span { border-color: rgb(249,98,197); }
td.TdClassName
{
border-color: #F962C5;
}
.TagClassName
{
border-color: #F962C5;
}
</style>