Shades of Neon Pink #EF5AC0
Tints of Neon Pink #EF5AC0
RGB
CMYK
RGB Variations
Color information
#EF5AC0 (or 0xEF5AC0) is known color: Neon Pink. HEX triplet: EF, 5A and C0. RGB value is (239,90,192). Sum of RGB (Red+Green+Blue) = 239+90+192=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5AC0 is #10A53F. Grayscale: #919191. Windows color (decimal): -1090880 or 12606191. OLE color: 12606191.
HSL color Cylindrical-coordinate representation of color #EF5AC0: hue angle of 318.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5AC0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 192 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.06 |
| HSL | 318.93º | 0.82% | 0.65% | - |
| HSV(B) | 318.93º | 0.62% | 0.94% | - |
| XYZ | 48.77 | 29.47 | 52.99 | - |
| YUV | 146.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 192 | 0 | 0.62 | 0.20 | 0.06 | 318.93 | 0.82 | 0.65 |
| Hex | EF | 5A | C0 | 0 | 3E | 14 | 6 | 13F | 52 | 41 |
| Octal | 357 | 132 | 300 | 0 | 76 | 24 | 6 | 477 | 122 | 101 |
| Binary | 11101111 | 1011010 | 11000000 | 0 | 111110 | 10100 | 110 | 100111111 | 1010010 | 1000001 |
Color Harmonies of #EF5AC0
Complementary color
Monochromatic Colors of #EF5AC0
Black with #EF5AC0
Text Example
Text Example
White with #EF5AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AC0; }
p { color: rgb(239,90,192); }
H1.HeaderClassName
{
color: #EF5AC0;
}
.AnyTagClassName
{
color: #EF5AC0;
}
</style>
background-color css
<style>
a { background-color: #EF5AC0; }
a { background-color: rgb(239,90,192); }
div.DivClassName
{
background-color: #EF5AC0;
}
.BgClassName
{
background-color: #EF5AC0;
}
</style>
border-color css
<style>
span { border-color: #EF5AC0; }
span { border-color: rgb(239,90,192); }
td.TdClassName
{
border-color: #EF5AC0;
}
.TagClassName
{
border-color: #EF5AC0;
}
</style>