Shades of Neon Pink #EF68CE
Tints of Neon Pink #EF68CE
RGB
CMYK
RGB Variations
Color information
#EF68CE (or 0xEF68CE) is known color: Neon Pink. HEX triplet: EF, 68 and CE. RGB value is (239,104,206). Sum of RGB (Red+Green+Blue) = 239+104+206=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68CE is #109731. Grayscale: #9B9B9B. Windows color (decimal): -1087282 or 13527279. OLE color: 13527279.
HSL color Cylindrical-coordinate representation of color #EF68CE: hue angle of 314.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68CE is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 206 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.06 |
| HSL | 314.67º | 0.81% | 0.67% | - |
| HSV(B) | 314.67º | 0.56% | 0.94% | - |
| XYZ | 51.69 | 32.71 | 61.98 | - |
| YUV | 155.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 206 | 0 | 0.56 | 0.14 | 0.06 | 314.67 | 0.81 | 0.67 |
| Hex | EF | 68 | CE | 0 | 38 | E | 6 | 13B | 51 | 43 |
| Octal | 357 | 150 | 316 | 0 | 70 | 16 | 6 | 473 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11001110 | 0 | 111000 | 1110 | 110 | 100111011 | 1010001 | 1000011 |
Color Harmonies of #EF68CE
Complementary color
Monochromatic Colors of #EF68CE
Black with #EF68CE
Text Example
Text Example
White with #EF68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68CE; }
p { color: rgb(239,104,206); }
H1.HeaderClassName
{
color: #EF68CE;
}
.AnyTagClassName
{
color: #EF68CE;
}
</style>
background-color css
<style>
a { background-color: #EF68CE; }
a { background-color: rgb(239,104,206); }
div.DivClassName
{
background-color: #EF68CE;
}
.BgClassName
{
background-color: #EF68CE;
}
</style>
border-color css
<style>
span { border-color: #EF68CE; }
span { border-color: rgb(239,104,206); }
td.TdClassName
{
border-color: #EF68CE;
}
.TagClassName
{
border-color: #EF68CE;
}
</style>