Shades of Neon Pink #EF58C0
Tints of Neon Pink #EF58C0
RGB
CMYK
RGB Variations
Color information
#EF58C0 (or 0xEF58C0) is known color: Neon Pink. HEX triplet: EF, 58 and C0. RGB value is (239,88,192). Sum of RGB (Red+Green+Blue) = 239+88+192=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58C0 is #10A73F. Grayscale: #909090. Windows color (decimal): -1091392 or 12605679. OLE color: 12605679.
HSL color Cylindrical-coordinate representation of color #EF58C0: hue angle of 318.68º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58C0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 192 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.06 |
| HSL | 318.68º | 0.83% | 0.64% | - |
| HSV(B) | 318.68º | 0.63% | 0.94% | - |
| XYZ | 48.6 | 29.14 | 52.93 | - |
| YUV | 145.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 192 | 0 | 0.63 | 0.20 | 0.06 | 318.68 | 0.83 | 0.64 |
| Hex | EF | 58 | C0 | 0 | 3F | 14 | 6 | 13F | 53 | 40 |
| Octal | 357 | 130 | 300 | 0 | 77 | 24 | 6 | 477 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11000000 | 0 | 111111 | 10100 | 110 | 100111111 | 1010011 | 1000000 |
Color Harmonies of #EF58C0
Complementary color
Monochromatic Colors of #EF58C0
Black with #EF58C0
Text Example
Text Example
White with #EF58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58C0; }
p { color: rgb(239,88,192); }
H1.HeaderClassName
{
color: #EF58C0;
}
.AnyTagClassName
{
color: #EF58C0;
}
</style>
background-color css
<style>
a { background-color: #EF58C0; }
a { background-color: rgb(239,88,192); }
div.DivClassName
{
background-color: #EF58C0;
}
.BgClassName
{
background-color: #EF58C0;
}
</style>
border-color css
<style>
span { border-color: #EF58C0; }
span { border-color: rgb(239,88,192); }
td.TdClassName
{
border-color: #EF58C0;
}
.TagClassName
{
border-color: #EF58C0;
}
</style>