Shades of Neon Pink #EF5EC1
Tints of Neon Pink #EF5EC1
RGB
CMYK
RGB Variations
Color information
#EF5EC1 (or 0xEF5EC1) is known color: Neon Pink. HEX triplet: EF, 5E and C1. RGB value is (239,94,193). Sum of RGB (Red+Green+Blue) = 239+94+193=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC1 is #10A13E. Grayscale: #949494. Windows color (decimal): -1089855 or 12672751. OLE color: 12672751.
HSL color Cylindrical-coordinate representation of color #EF5EC1: hue angle of 319.03º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5EC1 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 193 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.06 |
| HSL | 319.03º | 0.82% | 0.65% | - |
| HSV(B) | 319.03º | 0.61% | 0.94% | - |
| XYZ | 49.22 | 30.21 | 53.69 | - |
| YUV | 148.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 193 | 0 | 0.61 | 0.19 | 0.06 | 319.03 | 0.82 | 0.65 |
| Hex | EF | 5E | C1 | 0 | 3D | 13 | 6 | 13F | 52 | 41 |
| Octal | 357 | 136 | 301 | 0 | 75 | 23 | 6 | 477 | 122 | 101 |
| Binary | 11101111 | 1011110 | 11000001 | 0 | 111101 | 10011 | 110 | 100111111 | 1010010 | 1000001 |
Color Harmonies of #EF5EC1
Complementary color
Monochromatic Colors of #EF5EC1
Black with #EF5EC1
Text Example
Text Example
White with #EF5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EC1; }
p { color: rgb(239,94,193); }
H1.HeaderClassName
{
color: #EF5EC1;
}
.AnyTagClassName
{
color: #EF5EC1;
}
</style>
background-color css
<style>
a { background-color: #EF5EC1; }
a { background-color: rgb(239,94,193); }
div.DivClassName
{
background-color: #EF5EC1;
}
.BgClassName
{
background-color: #EF5EC1;
}
</style>
border-color css
<style>
span { border-color: #EF5EC1; }
span { border-color: rgb(239,94,193); }
td.TdClassName
{
border-color: #EF5EC1;
}
.TagClassName
{
border-color: #EF5EC1;
}
</style>