Shades of Neon Pink #EF72D3
Tints of Neon Pink #EF72D3
RGB
CMYK
RGB Variations
Color information
#EF72D3 (or 0xEF72D3) is known color: Neon Pink. HEX triplet: EF, 72 and D3. RGB value is (239,114,211). Sum of RGB (Red+Green+Blue) = 239+114+211=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72D3 is #108D2C. Grayscale: #A2A2A2. Windows color (decimal): -1084717 or 13857519. OLE color: 13857519.
HSL color Cylindrical-coordinate representation of color #EF72D3: hue angle of 313.44º 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 #EF72D3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 211 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.06 |
| HSL | 313.44º | 0.8% | 0.69% | - |
| HSV(B) | 313.44º | 0.52% | 0.94% | - |
| XYZ | 53.37 | 35.09 | 65.59 | - |
| YUV | 162.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 211 | 0 | 0.52 | 0.12 | 0.06 | 313.44 | 0.8 | 0.69 |
| Hex | EF | 72 | D3 | 0 | 34 | C | 6 | 139 | 50 | 45 |
| Octal | 357 | 162 | 323 | 0 | 64 | 14 | 6 | 471 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11010011 | 0 | 110100 | 1100 | 110 | 100111001 | 1010000 | 1000101 |
Color Harmonies of #EF72D3
Complementary color
Monochromatic Colors of #EF72D3
Black with #EF72D3
Text Example
Text Example
White with #EF72D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72D3; }
p { color: rgb(239,114,211); }
H1.HeaderClassName
{
color: #EF72D3;
}
.AnyTagClassName
{
color: #EF72D3;
}
</style>
background-color css
<style>
a { background-color: #EF72D3; }
a { background-color: rgb(239,114,211); }
div.DivClassName
{
background-color: #EF72D3;
}
.BgClassName
{
background-color: #EF72D3;
}
</style>
border-color css
<style>
span { border-color: #EF72D3; }
span { border-color: rgb(239,114,211); }
td.TdClassName
{
border-color: #EF72D3;
}
.TagClassName
{
border-color: #EF72D3;
}
</style>