Shades of Neon Pink #EF75CE
Tints of Neon Pink #EF75CE
RGB
CMYK
RGB Variations
Color information
#EF75CE (or 0xEF75CE) is known color: Neon Pink. HEX triplet: EF, 75 and CE. RGB value is (239,117,206). Sum of RGB (Red+Green+Blue) = 239+117+206=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75CE is #108A31. Grayscale: #A3A3A3. Windows color (decimal): -1083954 or 13530607. OLE color: 13530607.
HSL color Cylindrical-coordinate representation of color #EF75CE: hue angle of 316.23º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF75CE is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 206 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.06 |
| HSL | 316.23º | 0.79% | 0.7% | - |
| HSV(B) | 316.23º | 0.51% | 0.94% | - |
| XYZ | 53.1 | 35.53 | 62.45 | - |
| YUV | 163.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 206 | 0 | 0.51 | 0.14 | 0.06 | 316.23 | 0.79 | 0.7 |
| Hex | EF | 75 | CE | 0 | 33 | E | 6 | 13C | 4F | 46 |
| Octal | 357 | 165 | 316 | 0 | 63 | 16 | 6 | 474 | 117 | 106 |
| Binary | 11101111 | 1110101 | 11001110 | 0 | 110011 | 1110 | 110 | 100111100 | 1001111 | 1000110 |
Color Harmonies of #EF75CE
Complementary color
Monochromatic Colors of #EF75CE
Black with #EF75CE
Text Example
Text Example
White with #EF75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF75CE; }
p { color: rgb(239,117,206); }
H1.HeaderClassName
{
color: #EF75CE;
}
.AnyTagClassName
{
color: #EF75CE;
}
</style>
background-color css
<style>
a { background-color: #EF75CE; }
a { background-color: rgb(239,117,206); }
div.DivClassName
{
background-color: #EF75CE;
}
.BgClassName
{
background-color: #EF75CE;
}
</style>
border-color css
<style>
span { border-color: #EF75CE; }
span { border-color: rgb(239,117,206); }
td.TdClassName
{
border-color: #EF75CE;
}
.TagClassName
{
border-color: #EF75CE;
}
</style>