Shades of Neon Pink #EF5EC6
Tints of Neon Pink #EF5EC6
RGB
CMYK
RGB Variations
Color information
#EF5EC6 (or 0xEF5EC6) is known color: Neon Pink. HEX triplet: EF, 5E and C6. RGB value is (239,94,198). Sum of RGB (Red+Green+Blue) = 239+94+198=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC6 is #10A139. Grayscale: #949494. Windows color (decimal): -1089850 or 13000431. OLE color: 13000431.
HSL color Cylindrical-coordinate representation of color #EF5EC6: hue angle of 316.97º 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 #EF5EC6 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 198 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.06 |
| HSL | 316.97º | 0.82% | 0.65% | - |
| HSV(B) | 316.97º | 0.61% | 0.94% | - |
| XYZ | 49.79 | 30.43 | 56.68 | - |
| YUV | 149.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 198 | 0 | 0.61 | 0.17 | 0.06 | 316.97 | 0.82 | 0.65 |
| Hex | EF | 5E | C6 | 0 | 3D | 11 | 6 | 13D | 52 | 41 |
| Octal | 357 | 136 | 306 | 0 | 75 | 21 | 6 | 475 | 122 | 101 |
| Binary | 11101111 | 1011110 | 11000110 | 0 | 111101 | 10001 | 110 | 100111101 | 1010010 | 1000001 |
Color Harmonies of #EF5EC6
Complementary color
Monochromatic Colors of #EF5EC6
Black with #EF5EC6
Text Example
Text Example
White with #EF5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EC6; }
p { color: rgb(239,94,198); }
H1.HeaderClassName
{
color: #EF5EC6;
}
.AnyTagClassName
{
color: #EF5EC6;
}
</style>
background-color css
<style>
a { background-color: #EF5EC6; }
a { background-color: rgb(239,94,198); }
div.DivClassName
{
background-color: #EF5EC6;
}
.BgClassName
{
background-color: #EF5EC6;
}
</style>
border-color css
<style>
span { border-color: #EF5EC6; }
span { border-color: rgb(239,94,198); }
td.TdClassName
{
border-color: #EF5EC6;
}
.TagClassName
{
border-color: #EF5EC6;
}
</style>