Shades of Neon Pink #F16CC0
Tints of Neon Pink #F16CC0
RGB
CMYK
RGB Variations
Color information
#F16CC0 (or 0xF16CC0) is known color: Neon Pink. HEX triplet: F1, 6C and C0. RGB value is (241,108,192). Sum of RGB (Red+Green+Blue) = 241+108+192=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CC0 is #0E933F. Grayscale: #9D9D9D. Windows color (decimal): -955200 or 12610801. OLE color: 12610801.
HSL color Cylindrical-coordinate representation of color #F16CC0: hue angle of 322.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CC0 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 192 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.05 |
| HSL | 322.11º | 0.83% | 0.68% | - |
| HSV(B) | 322.11º | 0.55% | 0.95% | - |
| XYZ | 51.15 | 33.23 | 53.59 | - |
| YUV | 157.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 192 | 0 | 0.55 | 0.20 | 0.05 | 322.11 | 0.83 | 0.68 |
| Hex | F1 | 6C | C0 | 0 | 37 | 14 | 5 | 142 | 53 | 44 |
| Octal | 361 | 154 | 300 | 0 | 67 | 24 | 5 | 502 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11000000 | 0 | 110111 | 10100 | 101 | 101000010 | 1010011 | 1000100 |
Color Harmonies of #F16CC0
Complementary color
Monochromatic Colors of #F16CC0
Black with #F16CC0
Text Example
Text Example
White with #F16CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CC0; }
p { color: rgb(241,108,192); }
H1.HeaderClassName
{
color: #F16CC0;
}
.AnyTagClassName
{
color: #F16CC0;
}
</style>
background-color css
<style>
a { background-color: #F16CC0; }
a { background-color: rgb(241,108,192); }
div.DivClassName
{
background-color: #F16CC0;
}
.BgClassName
{
background-color: #F16CC0;
}
</style>
border-color css
<style>
span { border-color: #F16CC0; }
span { border-color: rgb(241,108,192); }
td.TdClassName
{
border-color: #F16CC0;
}
.TagClassName
{
border-color: #F16CC0;
}
</style>