Shades of Neon Pink #EF6BCD
Tints of Neon Pink #EF6BCD
RGB
CMYK
RGB Variations
Color information
#EF6BCD (or 0xEF6BCD) is known color: Neon Pink. HEX triplet: EF, 6B and CD. RGB value is (239,107,205). Sum of RGB (Red+Green+Blue) = 239+107+205=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BCD is #109432. Grayscale: #9D9D9D. Windows color (decimal): -1086515 or 13462511. OLE color: 13462511.
HSL color Cylindrical-coordinate representation of color #EF6BCD: hue angle of 315.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BCD is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 205 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.06 |
| HSL | 315.45º | 0.8% | 0.68% | - |
| HSV(B) | 315.45º | 0.55% | 0.94% | - |
| XYZ | 51.87 | 33.27 | 61.45 | - |
| YUV | 157.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 205 | 0 | 0.55 | 0.14 | 0.06 | 315.45 | 0.8 | 0.68 |
| Hex | EF | 6B | CD | 0 | 37 | E | 6 | 13B | 50 | 44 |
| Octal | 357 | 153 | 315 | 0 | 67 | 16 | 6 | 473 | 120 | 104 |
| Binary | 11101111 | 1101011 | 11001101 | 0 | 110111 | 1110 | 110 | 100111011 | 1010000 | 1000100 |
Color Harmonies of #EF6BCD
Complementary color
Monochromatic Colors of #EF6BCD
Black with #EF6BCD
Text Example
Text Example
White with #EF6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BCD; }
p { color: rgb(239,107,205); }
H1.HeaderClassName
{
color: #EF6BCD;
}
.AnyTagClassName
{
color: #EF6BCD;
}
</style>
background-color css
<style>
a { background-color: #EF6BCD; }
a { background-color: rgb(239,107,205); }
div.DivClassName
{
background-color: #EF6BCD;
}
.BgClassName
{
background-color: #EF6BCD;
}
</style>
border-color css
<style>
span { border-color: #EF6BCD; }
span { border-color: rgb(239,107,205); }
td.TdClassName
{
border-color: #EF6BCD;
}
.TagClassName
{
border-color: #EF6BCD;
}
</style>