Shades of Neon Pink #EF72D0
Tints of Neon Pink #EF72D0
RGB
CMYK
RGB Variations
Color information
#EF72D0 (or 0xEF72D0) is known color: Neon Pink. HEX triplet: EF, 72 and D0. RGB value is (239,114,208). Sum of RGB (Red+Green+Blue) = 239+114+208=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72D0 is #108D2F. Grayscale: #A1A1A1. Windows color (decimal): -1084720 or 13660911. OLE color: 13660911.
HSL color Cylindrical-coordinate representation of color #EF72D0: hue angle of 314.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72D0 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 208 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.06 |
| HSL | 314.88º | 0.8% | 0.69% | - |
| HSV(B) | 314.88º | 0.52% | 0.94% | - |
| XYZ | 53 | 34.94 | 63.63 | - |
| YUV | 162.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 208 | 0 | 0.52 | 0.13 | 0.06 | 314.88 | 0.8 | 0.69 |
| Hex | EF | 72 | D0 | 0 | 34 | D | 6 | 13B | 50 | 45 |
| Octal | 357 | 162 | 320 | 0 | 64 | 15 | 6 | 473 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11010000 | 0 | 110100 | 1101 | 110 | 100111011 | 1010000 | 1000101 |
Color Harmonies of #EF72D0
Complementary color
Monochromatic Colors of #EF72D0
Black with #EF72D0
Text Example
Text Example
White with #EF72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72D0; }
p { color: rgb(239,114,208); }
H1.HeaderClassName
{
color: #EF72D0;
}
.AnyTagClassName
{
color: #EF72D0;
}
</style>
background-color css
<style>
a { background-color: #EF72D0; }
a { background-color: rgb(239,114,208); }
div.DivClassName
{
background-color: #EF72D0;
}
.BgClassName
{
background-color: #EF72D0;
}
</style>
border-color css
<style>
span { border-color: #EF72D0; }
span { border-color: rgb(239,114,208); }
td.TdClassName
{
border-color: #EF72D0;
}
.TagClassName
{
border-color: #EF72D0;
}
</style>