Shades of Neon Pink #F951C2
Tints of Neon Pink #F951C2
RGB
CMYK
RGB Variations
Color information
#F951C2 (or 0xF951C2) is known color: Neon Pink. HEX triplet: F9, 51 and C2. RGB value is (249,81,194). Sum of RGB (Red+Green+Blue) = 249+81+194=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F951C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951C2 is #06AE3D. Grayscale: #8F8F8F. Windows color (decimal): -437822 or 12734969. OLE color: 12734969.
HSL color Cylindrical-coordinate representation of color #F951C2: hue angle of 319.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951C2 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 194 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.02 |
| HSL | 319.64º | 0.93% | 0.65% | - |
| HSV(B) | 319.64º | 0.67% | 0.98% | - |
| XYZ | 51.75 | 29.92 | 54.09 | - |
| YUV | 144.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 194 | 0 | 0.67 | 0.22 | 0.02 | 319.64 | 0.93 | 0.65 |
| Hex | F9 | 51 | C2 | 0 | 43 | 16 | 2 | 140 | 5D | 41 |
| Octal | 371 | 121 | 302 | 0 | 103 | 26 | 2 | 500 | 135 | 101 |
| Binary | 11111001 | 1010001 | 11000010 | 0 | 1000011 | 10110 | 10 | 101000000 | 1011101 | 1000001 |
Color Harmonies of #F951C2
Complementary color
Monochromatic Colors of #F951C2
Black with #F951C2
Text Example
Text Example
White with #F951C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951C2; }
p { color: rgb(249,81,194); }
H1.HeaderClassName
{
color: #F951C2;
}
.AnyTagClassName
{
color: #F951C2;
}
</style>
background-color css
<style>
a { background-color: #F951C2; }
a { background-color: rgb(249,81,194); }
div.DivClassName
{
background-color: #F951C2;
}
.BgClassName
{
background-color: #F951C2;
}
</style>
border-color css
<style>
span { border-color: #F951C2; }
span { border-color: rgb(249,81,194); }
td.TdClassName
{
border-color: #F951C2;
}
.TagClassName
{
border-color: #F951C2;
}
</style>