Shades of Neon Pink #EF5EC3
Tints of Neon Pink #EF5EC3
RGB
CMYK
RGB Variations
Color information
#EF5EC3 (or 0xEF5EC3) is known color: Neon Pink. HEX triplet: EF, 5E and C3. RGB value is (239,94,195). Sum of RGB (Red+Green+Blue) = 239+94+195=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC3 is #10A13C. Grayscale: #949494. Windows color (decimal): -1089853 or 12803823. OLE color: 12803823.
HSL color Cylindrical-coordinate representation of color #EF5EC3: hue angle of 318.21º 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 #EF5EC3 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 195 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.06 |
| HSL | 318.21º | 0.82% | 0.65% | - |
| HSV(B) | 318.21º | 0.61% | 0.94% | - |
| XYZ | 49.45 | 30.3 | 54.87 | - |
| YUV | 148.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 195 | 0 | 0.61 | 0.18 | 0.06 | 318.21 | 0.82 | 0.65 |
| Hex | EF | 5E | C3 | 0 | 3D | 12 | 6 | 13E | 52 | 41 |
| Octal | 357 | 136 | 303 | 0 | 75 | 22 | 6 | 476 | 122 | 101 |
| Binary | 11101111 | 1011110 | 11000011 | 0 | 111101 | 10010 | 110 | 100111110 | 1010010 | 1000001 |
Color Harmonies of #EF5EC3
Complementary color
Monochromatic Colors of #EF5EC3
Black with #EF5EC3
Text Example
Text Example
White with #EF5EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EC3; }
p { color: rgb(239,94,195); }
H1.HeaderClassName
{
color: #EF5EC3;
}
.AnyTagClassName
{
color: #EF5EC3;
}
</style>
background-color css
<style>
a { background-color: #EF5EC3; }
a { background-color: rgb(239,94,195); }
div.DivClassName
{
background-color: #EF5EC3;
}
.BgClassName
{
background-color: #EF5EC3;
}
</style>
border-color css
<style>
span { border-color: #EF5EC3; }
span { border-color: rgb(239,94,195); }
td.TdClassName
{
border-color: #EF5EC3;
}
.TagClassName
{
border-color: #EF5EC3;
}
</style>