Shades of Neon Pink #F152C0
Tints of Neon Pink #F152C0
RGB
CMYK
RGB Variations
Color information
#F152C0 (or 0xF152C0) is known color: Neon Pink. HEX triplet: F1, 52 and C0. RGB value is (241,82,192). Sum of RGB (Red+Green+Blue) = 241+82+192=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F152C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152C0 is #0EAD3F. Grayscale: #8D8D8D. Windows color (decimal): -961856 or 12604145. OLE color: 12604145.
HSL color Cylindrical-coordinate representation of color #F152C0: hue angle of 318.49º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F152C0 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 192 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.05 |
| HSL | 318.49º | 0.85% | 0.63% | - |
| HSV(B) | 318.49º | 0.66% | 0.95% | - |
| XYZ | 48.81 | 28.54 | 52.81 | - |
| YUV | 142.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 192 | 0 | 0.66 | 0.20 | 0.05 | 318.49 | 0.85 | 0.63 |
| Hex | F1 | 52 | C0 | 0 | 42 | 14 | 5 | 13E | 55 | 3F |
| Octal | 361 | 122 | 300 | 0 | 102 | 24 | 5 | 476 | 125 | 77 |
| Binary | 11110001 | 1010010 | 11000000 | 0 | 1000010 | 10100 | 101 | 100111110 | 1010101 | 111111 |
Color Harmonies of #F152C0
Complementary color
Monochromatic Colors of #F152C0
Black with #F152C0
Text Example
Text Example
White with #F152C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152C0; }
p { color: rgb(241,82,192); }
H1.HeaderClassName
{
color: #F152C0;
}
.AnyTagClassName
{
color: #F152C0;
}
</style>
background-color css
<style>
a { background-color: #F152C0; }
a { background-color: rgb(241,82,192); }
div.DivClassName
{
background-color: #F152C0;
}
.BgClassName
{
background-color: #F152C0;
}
</style>
border-color css
<style>
span { border-color: #F152C0; }
span { border-color: rgb(241,82,192); }
td.TdClassName
{
border-color: #F152C0;
}
.TagClassName
{
border-color: #F152C0;
}
</style>