Shades of Neon Pink #EF68C9
Tints of Neon Pink #EF68C9
RGB
CMYK
RGB Variations
Color information
#EF68C9 (or 0xEF68C9) is known color: Neon Pink. HEX triplet: EF, 68 and C9. RGB value is (239,104,201). Sum of RGB (Red+Green+Blue) = 239+104+201=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68C9 is #109736. Grayscale: #9B9B9B. Windows color (decimal): -1087287 or 13199599. OLE color: 13199599.
HSL color Cylindrical-coordinate representation of color #EF68C9: hue angle of 316.89º 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 #EF68C9 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 201 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.06 |
| HSL | 316.89º | 0.81% | 0.67% | - |
| HSV(B) | 316.89º | 0.56% | 0.94% | - |
| XYZ | 51.09 | 32.47 | 58.83 | - |
| YUV | 155.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 201 | 0 | 0.56 | 0.16 | 0.06 | 316.89 | 0.81 | 0.67 |
| Hex | EF | 68 | C9 | 0 | 38 | 10 | 6 | 13D | 51 | 43 |
| Octal | 357 | 150 | 311 | 0 | 70 | 20 | 6 | 475 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11001001 | 0 | 111000 | 10000 | 110 | 100111101 | 1010001 | 1000011 |
Color Harmonies of #EF68C9
Complementary color
Monochromatic Colors of #EF68C9
Black with #EF68C9
Text Example
Text Example
White with #EF68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68C9; }
p { color: rgb(239,104,201); }
H1.HeaderClassName
{
color: #EF68C9;
}
.AnyTagClassName
{
color: #EF68C9;
}
</style>
background-color css
<style>
a { background-color: #EF68C9; }
a { background-color: rgb(239,104,201); }
div.DivClassName
{
background-color: #EF68C9;
}
.BgClassName
{
background-color: #EF68C9;
}
</style>
border-color css
<style>
span { border-color: #EF68C9; }
span { border-color: rgb(239,104,201); }
td.TdClassName
{
border-color: #EF68C9;
}
.TagClassName
{
border-color: #EF68C9;
}
</style>