Shades of Neon Pink #F952C7
Tints of Neon Pink #F952C7
RGB
CMYK
RGB Variations
Color information
#F952C7 (or 0xF952C7) is known color: Neon Pink. HEX triplet: F9, 52 and C7. RGB value is (249,82,199). Sum of RGB (Red+Green+Blue) = 249+82+199=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F952C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952C7 is #06AD38. Grayscale: #909090. Windows color (decimal): -437561 or 13062905. OLE color: 13062905.
HSL color Cylindrical-coordinate representation of color #F952C7: hue angle of 317.96º 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 #F952C7 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 199 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.02 |
| HSL | 317.96º | 0.93% | 0.65% | - |
| HSV(B) | 317.96º | 0.67% | 0.98% | - |
| XYZ | 52.39 | 30.3 | 57.12 | - |
| YUV | 145.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 199 | 0 | 0.67 | 0.20 | 0.02 | 317.96 | 0.93 | 0.65 |
| Hex | F9 | 52 | C7 | 0 | 43 | 14 | 2 | 13E | 5D | 41 |
| Octal | 371 | 122 | 307 | 0 | 103 | 24 | 2 | 476 | 135 | 101 |
| Binary | 11111001 | 1010010 | 11000111 | 0 | 1000011 | 10100 | 10 | 100111110 | 1011101 | 1000001 |
Color Harmonies of #F952C7
Complementary color
Monochromatic Colors of #F952C7
Black with #F952C7
Text Example
Text Example
White with #F952C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952C7; }
p { color: rgb(249,82,199); }
H1.HeaderClassName
{
color: #F952C7;
}
.AnyTagClassName
{
color: #F952C7;
}
</style>
background-color css
<style>
a { background-color: #F952C7; }
a { background-color: rgb(249,82,199); }
div.DivClassName
{
background-color: #F952C7;
}
.BgClassName
{
background-color: #F952C7;
}
</style>
border-color css
<style>
span { border-color: #F952C7; }
span { border-color: rgb(249,82,199); }
td.TdClassName
{
border-color: #F952C7;
}
.TagClassName
{
border-color: #F952C7;
}
</style>