#EF5EC7

Color #EF5EC7 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EF5EC7

Tints of Neon Pink #EF5EC7

Color information

#EF5EC7 (or 0xEF5EC7) is unknown color: approx Neon Pink. HEX triplet: EF, 5E and C7. RGB value is (239,94,199). Sum of RGB (Red+Green+Blue) = 239+94+199=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC7 is #10A138. Grayscale: #959595. Windows color (decimal): -1089849 or 13065967. OLE color: 13065967.

HSL color Cylindrical-coordinate representation of color #EF5EC7: hue angle of 316.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5EC7 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB23994199-
CMYK00.610.170.06
HSL316.55º81.92%65.29%-
HSV(B)316.55º60.67%93.73%-
XYZ49.9130.4857.29-
YUV149.32156.04191.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 94 (37.11% from 255) = 17.67%
BLUE value IS 199 (78.12% from 255) = 37.41%
R=44.92%
G=17.67%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399419900.610.170.06316.5581.9265.29
HexEF5EC703D11613d5241
Octal357136307075216475122101
Binary1110111110111101100011101111011000111010011110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5EC7; }

 p { color: rgb(239,94,199); }

 H1.HeaderClassName
 {
   color: #EF5EC7;
 }
 .AnyTagClassName
 {
   color: #EF5EC7;
 }
</style>
background-color css

<style>
 a { background-color: #EF5EC7; }

 a { background-color: rgb(239,94,199); }

 div.DivClassName
 {
   background-color: #EF5EC7;
 }
 .BgClassName
 {
   background-color: #EF5EC7;
 }
</style>
border-color css

<style>
 span { border-color: #EF5EC7; }

 span { border-color: rgb(239,94,199); }

 td.TdClassName
 {
   border-color: #EF5EC7;
 }
 .TagClassName
 {
   border-color: #EF5EC7;
 }
</style>