Shades of Neon Pink #EF7ACE
Tints of Neon Pink #EF7ACE
RGB
CMYK
RGB Variations
Color information
#EF7ACE (or 0xEF7ACE) is known color: Neon Pink. HEX triplet: EF, 7A and CE. RGB value is (239,122,206). Sum of RGB (Red+Green+Blue) = 239+122+206=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ACE is #108531. Grayscale: #A6A6A6. Windows color (decimal): -1082674 or 13531887. OLE color: 13531887.
HSL color Cylindrical-coordinate representation of color #EF7ACE: hue angle of 316.92º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7ACE is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 206 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.06 |
| HSL | 316.92º | 0.79% | 0.71% | - |
| HSV(B) | 316.92º | 0.49% | 0.94% | - |
| XYZ | 53.7 | 36.73 | 62.65 | - |
| YUV | 166.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 206 | 0 | 0.49 | 0.14 | 0.06 | 316.92 | 0.79 | 0.71 |
| Hex | EF | 7A | CE | 0 | 31 | E | 6 | 13D | 4F | 47 |
| Octal | 357 | 172 | 316 | 0 | 61 | 16 | 6 | 475 | 117 | 107 |
| Binary | 11101111 | 1111010 | 11001110 | 0 | 110001 | 1110 | 110 | 100111101 | 1001111 | 1000111 |
Color Harmonies of #EF7ACE
Complementary color
Monochromatic Colors of #EF7ACE
Black with #EF7ACE
Text Example
Text Example
White with #EF7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ACE; }
p { color: rgb(239,122,206); }
H1.HeaderClassName
{
color: #EF7ACE;
}
.AnyTagClassName
{
color: #EF7ACE;
}
</style>
background-color css
<style>
a { background-color: #EF7ACE; }
a { background-color: rgb(239,122,206); }
div.DivClassName
{
background-color: #EF7ACE;
}
.BgClassName
{
background-color: #EF7ACE;
}
</style>
border-color css
<style>
span { border-color: #EF7ACE; }
span { border-color: rgb(239,122,206); }
td.TdClassName
{
border-color: #EF7ACE;
}
.TagClassName
{
border-color: #EF7ACE;
}
</style>