Shades of Neon Pink #F156C0
Tints of Neon Pink #F156C0
RGB
CMYK
RGB Variations
Color information
#F156C0 (or 0xF156C0) is known color: Neon Pink. HEX triplet: F1, 56 and C0. RGB value is (241,86,192). Sum of RGB (Red+Green+Blue) = 241+86+192=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F156C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156C0 is #0EA93F. Grayscale: #909090. Windows color (decimal): -960832 or 12605169. OLE color: 12605169.
HSL color Cylindrical-coordinate representation of color #F156C0: hue angle of 318.97º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156C0 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 192 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.05 |
| HSL | 318.97º | 0.85% | 0.64% | - |
| HSV(B) | 318.97º | 0.64% | 0.95% | - |
| XYZ | 49.12 | 29.16 | 52.91 | - |
| YUV | 144.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 192 | 0 | 0.64 | 0.20 | 0.05 | 318.97 | 0.85 | 0.64 |
| Hex | F1 | 56 | C0 | 0 | 40 | 14 | 5 | 13F | 55 | 40 |
| Octal | 361 | 126 | 300 | 0 | 100 | 24 | 5 | 477 | 125 | 100 |
| Binary | 11110001 | 1010110 | 11000000 | 0 | 1000000 | 10100 | 101 | 100111111 | 1010101 | 1000000 |
Color Harmonies of #F156C0
Complementary color
Monochromatic Colors of #F156C0
Black with #F156C0
Text Example
Text Example
White with #F156C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156C0; }
p { color: rgb(241,86,192); }
H1.HeaderClassName
{
color: #F156C0;
}
.AnyTagClassName
{
color: #F156C0;
}
</style>
background-color css
<style>
a { background-color: #F156C0; }
a { background-color: rgb(241,86,192); }
div.DivClassName
{
background-color: #F156C0;
}
.BgClassName
{
background-color: #F156C0;
}
</style>
border-color css
<style>
span { border-color: #F156C0; }
span { border-color: rgb(241,86,192); }
td.TdClassName
{
border-color: #F156C0;
}
.TagClassName
{
border-color: #F156C0;
}
</style>