Shades of Neon Pink #F16ECB
Tints of Neon Pink #F16ECB
RGB
CMYK
RGB Variations
Color information
#F16ECB (or 0xF16ECB) is known color: Neon Pink. HEX triplet: F1, 6E and CB. RGB value is (241,110,203). Sum of RGB (Red+Green+Blue) = 241+110+203=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ECB is #0E9134. Grayscale: #9F9F9F. Windows color (decimal): -954677 or 13332209. OLE color: 13332209.
HSL color Cylindrical-coordinate representation of color #F16ECB: hue angle of 317.4º 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 #F16ECB is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 203 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.05 |
| HSL | 317.4º | 0.82% | 0.69% | - |
| HSV(B) | 317.4º | 0.54% | 0.95% | - |
| XYZ | 52.63 | 34.16 | 60.32 | - |
| YUV | 159.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 203 | 0 | 0.54 | 0.16 | 0.05 | 317.4 | 0.82 | 0.69 |
| Hex | F1 | 6E | CB | 0 | 36 | 10 | 5 | 13D | 52 | 45 |
| Octal | 361 | 156 | 313 | 0 | 66 | 20 | 5 | 475 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11001011 | 0 | 110110 | 10000 | 101 | 100111101 | 1010010 | 1000101 |
Color Harmonies of #F16ECB
Complementary color
Monochromatic Colors of #F16ECB
Black with #F16ECB
Text Example
Text Example
White with #F16ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ECB; }
p { color: rgb(241,110,203); }
H1.HeaderClassName
{
color: #F16ECB;
}
.AnyTagClassName
{
color: #F16ECB;
}
</style>
background-color css
<style>
a { background-color: #F16ECB; }
a { background-color: rgb(241,110,203); }
div.DivClassName
{
background-color: #F16ECB;
}
.BgClassName
{
background-color: #F16ECB;
}
</style>
border-color css
<style>
span { border-color: #F16ECB; }
span { border-color: rgb(241,110,203); }
td.TdClassName
{
border-color: #F16ECB;
}
.TagClassName
{
border-color: #F16ECB;
}
</style>