Shades of Neon Pink #EF70D1
Tints of Neon Pink #EF70D1
RGB
CMYK
RGB Variations
Color information
#EF70D1 (or 0xEF70D1) is known color: Neon Pink. HEX triplet: EF, 70 and D1. RGB value is (239,112,209). Sum of RGB (Red+Green+Blue) = 239+112+209=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70D1 is #108F2E. Grayscale: #A0A0A0. Windows color (decimal): -1085231 or 13725935. OLE color: 13725935.
HSL color Cylindrical-coordinate representation of color #EF70D1: hue angle of 314.17º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70D1 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 209 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.06 |
| HSL | 314.17º | 0.8% | 0.69% | - |
| HSV(B) | 314.17º | 0.53% | 0.94% | - |
| XYZ | 52.9 | 34.54 | 64.2 | - |
| YUV | 161.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 209 | 0 | 0.53 | 0.13 | 0.06 | 314.17 | 0.8 | 0.69 |
| Hex | EF | 70 | D1 | 0 | 35 | D | 6 | 13A | 50 | 45 |
| Octal | 357 | 160 | 321 | 0 | 65 | 15 | 6 | 472 | 120 | 105 |
| Binary | 11101111 | 1110000 | 11010001 | 0 | 110101 | 1101 | 110 | 100111010 | 1010000 | 1000101 |
Color Harmonies of #EF70D1
Complementary color
Monochromatic Colors of #EF70D1
Black with #EF70D1
Text Example
Text Example
White with #EF70D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70D1; }
p { color: rgb(239,112,209); }
H1.HeaderClassName
{
color: #EF70D1;
}
.AnyTagClassName
{
color: #EF70D1;
}
</style>
background-color css
<style>
a { background-color: #EF70D1; }
a { background-color: rgb(239,112,209); }
div.DivClassName
{
background-color: #EF70D1;
}
.BgClassName
{
background-color: #EF70D1;
}
</style>
border-color css
<style>
span { border-color: #EF70D1; }
span { border-color: rgb(239,112,209); }
td.TdClassName
{
border-color: #EF70D1;
}
.TagClassName
{
border-color: #EF70D1;
}
</style>