Shades of Neon Pink #F952C2
Tints of Neon Pink #F952C2
RGB
CMYK
RGB Variations
Color information
#F952C2 (or 0xF952C2) is known color: Neon Pink. HEX triplet: F9, 52 and C2. RGB value is (249,82,194). Sum of RGB (Red+Green+Blue) = 249+82+194=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F952C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952C2 is #06AD3D. Grayscale: #909090. Windows color (decimal): -437566 or 12735225. OLE color: 12735225.
HSL color Cylindrical-coordinate representation of color #F952C2: hue angle of 319.76º 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 #F952C2 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 194 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.02 |
| HSL | 319.76º | 0.93% | 0.65% | - |
| HSV(B) | 319.76º | 0.67% | 0.98% | - |
| XYZ | 51.82 | 30.07 | 54.11 | - |
| YUV | 144.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 194 | 0 | 0.67 | 0.22 | 0.02 | 319.76 | 0.93 | 0.65 |
| Hex | F9 | 52 | C2 | 0 | 43 | 16 | 2 | 140 | 5D | 41 |
| Octal | 371 | 122 | 302 | 0 | 103 | 26 | 2 | 500 | 135 | 101 |
| Binary | 11111001 | 1010010 | 11000010 | 0 | 1000011 | 10110 | 10 | 101000000 | 1011101 | 1000001 |
Color Harmonies of #F952C2
Complementary color
Monochromatic Colors of #F952C2
Black with #F952C2
Text Example
Text Example
White with #F952C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952C2; }
p { color: rgb(249,82,194); }
H1.HeaderClassName
{
color: #F952C2;
}
.AnyTagClassName
{
color: #F952C2;
}
</style>
background-color css
<style>
a { background-color: #F952C2; }
a { background-color: rgb(249,82,194); }
div.DivClassName
{
background-color: #F952C2;
}
.BgClassName
{
background-color: #F952C2;
}
</style>
border-color css
<style>
span { border-color: #F952C2; }
span { border-color: rgb(249,82,194); }
td.TdClassName
{
border-color: #F952C2;
}
.TagClassName
{
border-color: #F952C2;
}
</style>