Shades of Neon Pink #F252C0
Tints of Neon Pink #F252C0
RGB
CMYK
RGB Variations
Color information
#F252C0 (or 0xF252C0) is known color: Neon Pink. HEX triplet: F2, 52 and C0. RGB value is (242,82,192). Sum of RGB (Red+Green+Blue) = 242+82+192=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F252C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F252C0 is #0DAD3F. Grayscale: #8E8E8E. Windows color (decimal): -896320 or 12604146. OLE color: 12604146.
HSL color Cylindrical-coordinate representation of color #F252C0: hue angle of 318.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F252C0 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 192 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.05 |
| HSL | 318.75º | 0.86% | 0.64% | - |
| HSV(B) | 318.75º | 0.66% | 0.95% | - |
| XYZ | 49.15 | 28.72 | 52.82 | - |
| YUV | 142.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 192 | 0 | 0.66 | 0.21 | 0.05 | 318.75 | 0.86 | 0.64 |
| Hex | F2 | 52 | C0 | 0 | 42 | 15 | 5 | 13F | 56 | 40 |
| Octal | 362 | 122 | 300 | 0 | 102 | 25 | 5 | 477 | 126 | 100 |
| Binary | 11110010 | 1010010 | 11000000 | 0 | 1000010 | 10101 | 101 | 100111111 | 1010110 | 1000000 |
Color Harmonies of #F252C0
Complementary color
Monochromatic Colors of #F252C0
Black with #F252C0
Text Example
Text Example
White with #F252C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F252C0; }
p { color: rgb(242,82,192); }
H1.HeaderClassName
{
color: #F252C0;
}
.AnyTagClassName
{
color: #F252C0;
}
</style>
background-color css
<style>
a { background-color: #F252C0; }
a { background-color: rgb(242,82,192); }
div.DivClassName
{
background-color: #F252C0;
}
.BgClassName
{
background-color: #F252C0;
}
</style>
border-color css
<style>
span { border-color: #F252C0; }
span { border-color: rgb(242,82,192); }
td.TdClassName
{
border-color: #F252C0;
}
.TagClassName
{
border-color: #F252C0;
}
</style>