Shades of Neon Pink #F16EC4
Tints of Neon Pink #F16EC4
RGB
CMYK
RGB Variations
Color information
#F16EC4 (or 0xF16EC4) is known color: Neon Pink. HEX triplet: F1, 6E and C4. RGB value is (241,110,196). Sum of RGB (Red+Green+Blue) = 241+110+196=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EC4 is #0E913B. Grayscale: #9E9E9E. Windows color (decimal): -954684 or 12873457. OLE color: 12873457.
HSL color Cylindrical-coordinate representation of color #F16EC4: hue angle of 320.61º 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 #F16EC4 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 196 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.05 |
| HSL | 320.61º | 0.82% | 0.69% | - |
| HSV(B) | 320.61º | 0.54% | 0.95% | - |
| XYZ | 51.82 | 33.84 | 56.03 | - |
| YUV | 158.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 196 | 0 | 0.54 | 0.19 | 0.05 | 320.61 | 0.82 | 0.69 |
| Hex | F1 | 6E | C4 | 0 | 36 | 13 | 5 | 141 | 52 | 45 |
| Octal | 361 | 156 | 304 | 0 | 66 | 23 | 5 | 501 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11000100 | 0 | 110110 | 10011 | 101 | 101000001 | 1010010 | 1000101 |
Color Harmonies of #F16EC4
Complementary color
Monochromatic Colors of #F16EC4
Black with #F16EC4
Text Example
Text Example
White with #F16EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EC4; }
p { color: rgb(241,110,196); }
H1.HeaderClassName
{
color: #F16EC4;
}
.AnyTagClassName
{
color: #F16EC4;
}
</style>
background-color css
<style>
a { background-color: #F16EC4; }
a { background-color: rgb(241,110,196); }
div.DivClassName
{
background-color: #F16EC4;
}
.BgClassName
{
background-color: #F16EC4;
}
</style>
border-color css
<style>
span { border-color: #F16EC4; }
span { border-color: rgb(241,110,196); }
td.TdClassName
{
border-color: #F16EC4;
}
.TagClassName
{
border-color: #F16EC4;
}
</style>