Shades of Neon Pink #F852C0
Tints of Neon Pink #F852C0
RGB
CMYK
RGB Variations
Color information
#F852C0 (or 0xF852C0) is known color: Neon Pink. HEX triplet: F8, 52 and C0. RGB value is (248,82,192). Sum of RGB (Red+Green+Blue) = 248+82+192=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F852C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F852C0 is #07AD3F. Grayscale: #8F8F8F. Windows color (decimal): -503104 or 12604152. OLE color: 12604152.
HSL color Cylindrical-coordinate representation of color #F852C0: hue angle of 320.24º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F852C0 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 192 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.03 |
| HSL | 320.24º | 0.92% | 0.65% | - |
| HSV(B) | 320.24º | 0.67% | 0.97% | - |
| XYZ | 51.24 | 29.8 | 52.92 | - |
| YUV | 144.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 192 | 0 | 0.67 | 0.23 | 0.03 | 320.24 | 0.92 | 0.65 |
| Hex | F8 | 52 | C0 | 0 | 43 | 17 | 3 | 140 | 5C | 41 |
| Octal | 370 | 122 | 300 | 0 | 103 | 27 | 3 | 500 | 134 | 101 |
| Binary | 11111000 | 1010010 | 11000000 | 0 | 1000011 | 10111 | 11 | 101000000 | 1011100 | 1000001 |
Color Harmonies of #F852C0
Complementary color
Monochromatic Colors of #F852C0
Black with #F852C0
Text Example
Text Example
White with #F852C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F852C0; }
p { color: rgb(248,82,192); }
H1.HeaderClassName
{
color: #F852C0;
}
.AnyTagClassName
{
color: #F852C0;
}
</style>
background-color css
<style>
a { background-color: #F852C0; }
a { background-color: rgb(248,82,192); }
div.DivClassName
{
background-color: #F852C0;
}
.BgClassName
{
background-color: #F852C0;
}
</style>
border-color css
<style>
span { border-color: #F852C0; }
span { border-color: rgb(248,82,192); }
td.TdClassName
{
border-color: #F852C0;
}
.TagClassName
{
border-color: #F852C0;
}
</style>