Shades of Neon Pink #F962D5
Tints of Neon Pink #F962D5
RGB
CMYK
RGB Variations
Color information
#F962D5 (or 0xF962D5) is known color: Neon Pink. HEX triplet: F9, 62 and D5. RGB value is (249,98,213). Sum of RGB (Red+Green+Blue) = 249+98+213=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F962D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962D5 is #069D2A. Grayscale: #9B9B9B. Windows color (decimal): -433451 or 13984505. OLE color: 13984505.
HSL color Cylindrical-coordinate representation of color #F962D5: hue angle of 314.3º 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 #F962D5 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 213 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.02 |
| HSL | 314.3º | 0.93% | 0.68% | - |
| HSV(B) | 314.3º | 0.61% | 0.98% | - |
| XYZ | 55.44 | 33.68 | 66.53 | - |
| YUV | 156.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 213 | 0 | 0.61 | 0.14 | 0.02 | 314.3 | 0.93 | 0.68 |
| Hex | F9 | 62 | D5 | 0 | 3D | E | 2 | 13A | 5D | 44 |
| Octal | 371 | 142 | 325 | 0 | 75 | 16 | 2 | 472 | 135 | 104 |
| Binary | 11111001 | 1100010 | 11010101 | 0 | 111101 | 1110 | 10 | 100111010 | 1011101 | 1000100 |
Color Harmonies of #F962D5
Complementary color
Monochromatic Colors of #F962D5
Black with #F962D5
Text Example
Text Example
White with #F962D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962D5; }
p { color: rgb(249,98,213); }
H1.HeaderClassName
{
color: #F962D5;
}
.AnyTagClassName
{
color: #F962D5;
}
</style>
background-color css
<style>
a { background-color: #F962D5; }
a { background-color: rgb(249,98,213); }
div.DivClassName
{
background-color: #F962D5;
}
.BgClassName
{
background-color: #F962D5;
}
</style>
border-color css
<style>
span { border-color: #F962D5; }
span { border-color: rgb(249,98,213); }
td.TdClassName
{
border-color: #F962D5;
}
.TagClassName
{
border-color: #F962D5;
}
</style>