Shades of Neon Pink #EF60C3
Tints of Neon Pink #EF60C3
RGB
CMYK
RGB Variations
Color information
#EF60C3 (or 0xEF60C3) is known color: Neon Pink. HEX triplet: EF, 60 and C3. RGB value is (239,96,195). Sum of RGB (Red+Green+Blue) = 239+96+195=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60C3 is #109F3C. Grayscale: #959595. Windows color (decimal): -1089341 or 12804335. OLE color: 12804335.
HSL color Cylindrical-coordinate representation of color #EF60C3: hue angle of 318.46º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60C3 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 195 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.06 |
| HSL | 318.46º | 0.82% | 0.66% | - |
| HSV(B) | 318.46º | 0.6% | 0.94% | - |
| XYZ | 49.63 | 30.66 | 54.93 | - |
| YUV | 150.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 195 | 0 | 0.60 | 0.18 | 0.06 | 318.46 | 0.82 | 0.66 |
| Hex | EF | 60 | C3 | 0 | 3C | 12 | 6 | 13E | 52 | 42 |
| Octal | 357 | 140 | 303 | 0 | 74 | 22 | 6 | 476 | 122 | 102 |
| Binary | 11101111 | 1100000 | 11000011 | 0 | 111100 | 10010 | 110 | 100111110 | 1010010 | 1000010 |
Color Harmonies of #EF60C3
Complementary color
Monochromatic Colors of #EF60C3
Black with #EF60C3
Text Example
Text Example
White with #EF60C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60C3; }
p { color: rgb(239,96,195); }
H1.HeaderClassName
{
color: #EF60C3;
}
.AnyTagClassName
{
color: #EF60C3;
}
</style>
background-color css
<style>
a { background-color: #EF60C3; }
a { background-color: rgb(239,96,195); }
div.DivClassName
{
background-color: #EF60C3;
}
.BgClassName
{
background-color: #EF60C3;
}
</style>
border-color css
<style>
span { border-color: #EF60C3; }
span { border-color: rgb(239,96,195); }
td.TdClassName
{
border-color: #EF60C3;
}
.TagClassName
{
border-color: #EF60C3;
}
</style>