Shades of Neon Pink #EF56C1
Tints of Neon Pink #EF56C1
RGB
CMYK
RGB Variations
Color information
#EF56C1 (or 0xEF56C1) is known color: Neon Pink. HEX triplet: EF, 56 and C1. RGB value is (239,86,193). Sum of RGB (Red+Green+Blue) = 239+86+193=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56C1 is #10A93E. Grayscale: #8F8F8F. Windows color (decimal): -1091903 or 12670703. OLE color: 12670703.
HSL color Cylindrical-coordinate representation of color #EF56C1: hue angle of 318.04º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF56C1 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 193 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.06 |
| HSL | 318.04º | 0.83% | 0.64% | - |
| HSV(B) | 318.04º | 0.64% | 0.94% | - |
| XYZ | 48.55 | 28.86 | 53.46 | - |
| YUV | 143.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 193 | 0 | 0.64 | 0.19 | 0.06 | 318.04 | 0.83 | 0.64 |
| Hex | EF | 56 | C1 | 0 | 40 | 13 | 6 | 13E | 53 | 40 |
| Octal | 357 | 126 | 301 | 0 | 100 | 23 | 6 | 476 | 123 | 100 |
| Binary | 11101111 | 1010110 | 11000001 | 0 | 1000000 | 10011 | 110 | 100111110 | 1010011 | 1000000 |
Color Harmonies of #EF56C1
Complementary color
Monochromatic Colors of #EF56C1
Black with #EF56C1
Text Example
Text Example
White with #EF56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56C1; }
p { color: rgb(239,86,193); }
H1.HeaderClassName
{
color: #EF56C1;
}
.AnyTagClassName
{
color: #EF56C1;
}
</style>
background-color css
<style>
a { background-color: #EF56C1; }
a { background-color: rgb(239,86,193); }
div.DivClassName
{
background-color: #EF56C1;
}
.BgClassName
{
background-color: #EF56C1;
}
</style>
border-color css
<style>
span { border-color: #EF56C1; }
span { border-color: rgb(239,86,193); }
td.TdClassName
{
border-color: #EF56C1;
}
.TagClassName
{
border-color: #EF56C1;
}
</style>