Shades of Neon Pink #F16ECC
Tints of Neon Pink #F16ECC
RGB
CMYK
RGB Variations
Color information
#F16ECC (or 0xF16ECC) is known color: Neon Pink. HEX triplet: F1, 6E and CC. RGB value is (241,110,204). Sum of RGB (Red+Green+Blue) = 241+110+204=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ECC is #0E9133. Grayscale: #9F9F9F. Windows color (decimal): -954676 or 13397745. OLE color: 13397745.
HSL color Cylindrical-coordinate representation of color #F16ECC: hue angle of 316.95º 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 #F16ECC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 204 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.05 |
| HSL | 316.95º | 0.82% | 0.69% | - |
| HSV(B) | 316.95º | 0.54% | 0.95% | - |
| XYZ | 52.75 | 34.21 | 60.95 | - |
| YUV | 159.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 204 | 0 | 0.54 | 0.15 | 0.05 | 316.95 | 0.82 | 0.69 |
| Hex | F1 | 6E | CC | 0 | 36 | F | 5 | 13D | 52 | 45 |
| Octal | 361 | 156 | 314 | 0 | 66 | 17 | 5 | 475 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11001100 | 0 | 110110 | 1111 | 101 | 100111101 | 1010010 | 1000101 |
Color Harmonies of #F16ECC
Complementary color
Monochromatic Colors of #F16ECC
Black with #F16ECC
Text Example
Text Example
White with #F16ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ECC; }
p { color: rgb(241,110,204); }
H1.HeaderClassName
{
color: #F16ECC;
}
.AnyTagClassName
{
color: #F16ECC;
}
</style>
background-color css
<style>
a { background-color: #F16ECC; }
a { background-color: rgb(241,110,204); }
div.DivClassName
{
background-color: #F16ECC;
}
.BgClassName
{
background-color: #F16ECC;
}
</style>
border-color css
<style>
span { border-color: #F16ECC; }
span { border-color: rgb(241,110,204); }
td.TdClassName
{
border-color: #F16ECC;
}
.TagClassName
{
border-color: #F16ECC;
}
</style>