Shades of Neon Pink #EF6AD0
Tints of Neon Pink #EF6AD0
RGB
CMYK
RGB Variations
Color information
#EF6AD0 (or 0xEF6AD0) is known color: Neon Pink. HEX triplet: EF, 6A and D0. RGB value is (239,106,208). Sum of RGB (Red+Green+Blue) = 239+106+208=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AD0 is #10952F. Grayscale: #9D9D9D. Windows color (decimal): -1086768 or 13658863. OLE color: 13658863.
HSL color Cylindrical-coordinate representation of color #EF6AD0: hue angle of 313.98º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AD0 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 208 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.06 |
| HSL | 313.99º | 0.81% | 0.68% | - |
| HSV(B) | 313.99º | 0.56% | 0.94% | - |
| XYZ | 52.14 | 33.21 | 63.34 | - |
| YUV | 157.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 208 | 0 | 0.56 | 0.13 | 0.06 | 313.99 | 0.81 | 0.68 |
| Hex | EF | 6A | D0 | 0 | 38 | D | 6 | 13A | 51 | 44 |
| Octal | 357 | 152 | 320 | 0 | 70 | 15 | 6 | 472 | 121 | 104 |
| Binary | 11101111 | 1101010 | 11010000 | 0 | 111000 | 1101 | 110 | 100111010 | 1010001 | 1000100 |
Color Harmonies of #EF6AD0
Complementary color
Monochromatic Colors of #EF6AD0
Black with #EF6AD0
Text Example
Text Example
White with #EF6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6AD0; }
p { color: rgb(239,106,208); }
H1.HeaderClassName
{
color: #EF6AD0;
}
.AnyTagClassName
{
color: #EF6AD0;
}
</style>
background-color css
<style>
a { background-color: #EF6AD0; }
a { background-color: rgb(239,106,208); }
div.DivClassName
{
background-color: #EF6AD0;
}
.BgClassName
{
background-color: #EF6AD0;
}
</style>
border-color css
<style>
span { border-color: #EF6AD0; }
span { border-color: rgb(239,106,208); }
td.TdClassName
{
border-color: #EF6AD0;
}
.TagClassName
{
border-color: #EF6AD0;
}
</style>