Shades of Neon Pink #F16EC5
Tints of Neon Pink #F16EC5
RGB
CMYK
RGB Variations
Color information
#F16EC5 (or 0xF16EC5) is known color: Neon Pink. HEX triplet: F1, 6E and C5. RGB value is (241,110,197). Sum of RGB (Red+Green+Blue) = 241+110+197=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EC5 is #0E913A. Grayscale: #9E9E9E. Windows color (decimal): -954683 or 12938993. OLE color: 12938993.
HSL color Cylindrical-coordinate representation of color #F16EC5: hue angle of 320.15º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EC5 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 197 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.05 |
| HSL | 320.15º | 0.82% | 0.69% | - |
| HSV(B) | 320.15º | 0.54% | 0.95% | - |
| XYZ | 51.93 | 33.88 | 56.63 | - |
| YUV | 159.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 197 | 0 | 0.54 | 0.18 | 0.05 | 320.15 | 0.82 | 0.69 |
| Hex | F1 | 6E | C5 | 0 | 36 | 12 | 5 | 140 | 52 | 45 |
| Octal | 361 | 156 | 305 | 0 | 66 | 22 | 5 | 500 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11000101 | 0 | 110110 | 10010 | 101 | 101000000 | 1010010 | 1000101 |
Color Harmonies of #F16EC5
Complementary color
Monochromatic Colors of #F16EC5
Black with #F16EC5
Text Example
Text Example
White with #F16EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EC5; }
p { color: rgb(241,110,197); }
H1.HeaderClassName
{
color: #F16EC5;
}
.AnyTagClassName
{
color: #F16EC5;
}
</style>
background-color css
<style>
a { background-color: #F16EC5; }
a { background-color: rgb(241,110,197); }
div.DivClassName
{
background-color: #F16EC5;
}
.BgClassName
{
background-color: #F16EC5;
}
</style>
border-color css
<style>
span { border-color: #F16EC5; }
span { border-color: rgb(241,110,197); }
td.TdClassName
{
border-color: #F16EC5;
}
.TagClassName
{
border-color: #F16EC5;
}
</style>