Shades of Neon Pink #EF69CE
Tints of Neon Pink #EF69CE
RGB
CMYK
RGB Variations
Color information
#EF69CE (or 0xEF69CE) is known color: Neon Pink. HEX triplet: EF, 69 and CE. RGB value is (239,105,206). Sum of RGB (Red+Green+Blue) = 239+105+206=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69CE is #109631. Grayscale: #9C9C9C. Windows color (decimal): -1087026 or 13527535. OLE color: 13527535.
HSL color Cylindrical-coordinate representation of color #EF69CE: hue angle of 314.78º 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 #EF69CE is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 206 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.06 |
| HSL | 314.78º | 0.81% | 0.67% | - |
| HSV(B) | 314.78º | 0.56% | 0.94% | - |
| XYZ | 51.79 | 32.91 | 62.02 | - |
| YUV | 156.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 206 | 0 | 0.56 | 0.14 | 0.06 | 314.78 | 0.81 | 0.67 |
| Hex | EF | 69 | CE | 0 | 38 | E | 6 | 13B | 51 | 43 |
| Octal | 357 | 151 | 316 | 0 | 70 | 16 | 6 | 473 | 121 | 103 |
| Binary | 11101111 | 1101001 | 11001110 | 0 | 111000 | 1110 | 110 | 100111011 | 1010001 | 1000011 |
Color Harmonies of #EF69CE
Complementary color
Monochromatic Colors of #EF69CE
Black with #EF69CE
Text Example
Text Example
White with #EF69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF69CE; }
p { color: rgb(239,105,206); }
H1.HeaderClassName
{
color: #EF69CE;
}
.AnyTagClassName
{
color: #EF69CE;
}
</style>
background-color css
<style>
a { background-color: #EF69CE; }
a { background-color: rgb(239,105,206); }
div.DivClassName
{
background-color: #EF69CE;
}
.BgClassName
{
background-color: #EF69CE;
}
</style>
border-color css
<style>
span { border-color: #EF69CE; }
span { border-color: rgb(239,105,206); }
td.TdClassName
{
border-color: #EF69CE;
}
.TagClassName
{
border-color: #EF69CE;
}
</style>