Shades of Neon Pink #F16ECE
Tints of Neon Pink #F16ECE
RGB
CMYK
RGB Variations
Color information
#F16ECE (or 0xF16ECE) is known color: Neon Pink. HEX triplet: F1, 6E and CE. RGB value is (241,110,206). Sum of RGB (Red+Green+Blue) = 241+110+206=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ECE is #0E9131. Grayscale: #9F9F9F. Windows color (decimal): -954674 or 13528817. OLE color: 13528817.
HSL color Cylindrical-coordinate representation of color #F16ECE: hue angle of 316.03º 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 #F16ECE is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 206 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.05 |
| HSL | 316.03º | 0.82% | 0.69% | - |
| HSV(B) | 316.03º | 0.54% | 0.95% | - |
| XYZ | 52.99 | 34.31 | 62.22 | - |
| YUV | 160.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 206 | 0 | 0.54 | 0.15 | 0.05 | 316.03 | 0.82 | 0.69 |
| Hex | F1 | 6E | CE | 0 | 36 | F | 5 | 13C | 52 | 45 |
| Octal | 361 | 156 | 316 | 0 | 66 | 17 | 5 | 474 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11001110 | 0 | 110110 | 1111 | 101 | 100111100 | 1010010 | 1000101 |
Color Harmonies of #F16ECE
Complementary color
Monochromatic Colors of #F16ECE
Black with #F16ECE
Text Example
Text Example
White with #F16ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ECE; }
p { color: rgb(241,110,206); }
H1.HeaderClassName
{
color: #F16ECE;
}
.AnyTagClassName
{
color: #F16ECE;
}
</style>
background-color css
<style>
a { background-color: #F16ECE; }
a { background-color: rgb(241,110,206); }
div.DivClassName
{
background-color: #F16ECE;
}
.BgClassName
{
background-color: #F16ECE;
}
</style>
border-color css
<style>
span { border-color: #F16ECE; }
span { border-color: rgb(241,110,206); }
td.TdClassName
{
border-color: #F16ECE;
}
.TagClassName
{
border-color: #F16ECE;
}
</style>