Shades of Neon Pink #EF64C8
Tints of Neon Pink #EF64C8
RGB
CMYK
RGB Variations
Color information
#EF64C8 (or 0xEF64C8) is known color: Neon Pink. HEX triplet: EF, 64 and C8. RGB value is (239,100,200). Sum of RGB (Red+Green+Blue) = 239+100+200=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64C8 is #109B37. Grayscale: #989898. Windows color (decimal): -1088312 or 13133039. OLE color: 13133039.
HSL color Cylindrical-coordinate representation of color #EF64C8: hue angle of 316.83º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64C8 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 200 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.06 |
| HSL | 316.83º | 0.81% | 0.66% | - |
| HSV(B) | 316.83º | 0.58% | 0.94% | - |
| XYZ | 50.58 | 31.64 | 58.08 | - |
| YUV | 152.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 200 | 0 | 0.58 | 0.16 | 0.06 | 316.83 | 0.81 | 0.66 |
| Hex | EF | 64 | C8 | 0 | 3A | 10 | 6 | 13D | 51 | 42 |
| Octal | 357 | 144 | 310 | 0 | 72 | 20 | 6 | 475 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11001000 | 0 | 111010 | 10000 | 110 | 100111101 | 1010001 | 1000010 |
Color Harmonies of #EF64C8
Complementary color
Monochromatic Colors of #EF64C8
Black with #EF64C8
Text Example
Text Example
White with #EF64C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64C8; }
p { color: rgb(239,100,200); }
H1.HeaderClassName
{
color: #EF64C8;
}
.AnyTagClassName
{
color: #EF64C8;
}
</style>
background-color css
<style>
a { background-color: #EF64C8; }
a { background-color: rgb(239,100,200); }
div.DivClassName
{
background-color: #EF64C8;
}
.BgClassName
{
background-color: #EF64C8;
}
</style>
border-color css
<style>
span { border-color: #EF64C8; }
span { border-color: rgb(239,100,200); }
td.TdClassName
{
border-color: #EF64C8;
}
.TagClassName
{
border-color: #EF64C8;
}
</style>