Shades of Neon Pink #EF5CC5
Tints of Neon Pink #EF5CC5
RGB
CMYK
RGB Variations
Color information
#EF5CC5 (or 0xEF5CC5) is known color: Neon Pink. HEX triplet: EF, 5C and C5. RGB value is (239,92,197). Sum of RGB (Red+Green+Blue) = 239+92+197=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CC5 is #10A33A. Grayscale: #939393. Windows color (decimal): -1090363 or 12934383. OLE color: 12934383.
HSL color Cylindrical-coordinate representation of color #EF5CC5: hue angle of 317.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5CC5 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 197 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.06 |
| HSL | 317.14º | 0.82% | 0.65% | - |
| HSV(B) | 317.14º | 0.62% | 0.94% | - |
| XYZ | 49.5 | 30.04 | 56.01 | - |
| YUV | 147.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 197 | 0 | 0.62 | 0.18 | 0.06 | 317.14 | 0.82 | 0.65 |
| Hex | EF | 5C | C5 | 0 | 3E | 12 | 6 | 13D | 52 | 41 |
| Octal | 357 | 134 | 305 | 0 | 76 | 22 | 6 | 475 | 122 | 101 |
| Binary | 11101111 | 1011100 | 11000101 | 0 | 111110 | 10010 | 110 | 100111101 | 1010010 | 1000001 |
Color Harmonies of #EF5CC5
Complementary color
Monochromatic Colors of #EF5CC5
Black with #EF5CC5
Text Example
Text Example
White with #EF5CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CC5; }
p { color: rgb(239,92,197); }
H1.HeaderClassName
{
color: #EF5CC5;
}
.AnyTagClassName
{
color: #EF5CC5;
}
</style>
background-color css
<style>
a { background-color: #EF5CC5; }
a { background-color: rgb(239,92,197); }
div.DivClassName
{
background-color: #EF5CC5;
}
.BgClassName
{
background-color: #EF5CC5;
}
</style>
border-color css
<style>
span { border-color: #EF5CC5; }
span { border-color: rgb(239,92,197); }
td.TdClassName
{
border-color: #EF5CC5;
}
.TagClassName
{
border-color: #EF5CC5;
}
</style>