Html Css Color HEX #EF5EC7 Neon Pink

📋 copy color: '#EF5EC7'

red 239 ◦ green 94 ◦ blue 199

#EF5EC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #EF5EC7

Tints of Neon Pink #EF5EC7

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.13% from 255) = 37.41%

R = 44.92%
G = 17.67%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF5EC7 (or 0xEF5EC7) is known color: 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

RGB 239 94 199 -
CMYK 0 0.61 0.17 0.06
HSL 316.55º 0.82% 0.65% -
HSV(B) 316.55º 0.61% 0.94% -
XYZ 49.91 30.48 57.29 -
YUV 149.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 239 94 199 0 0.61 0.17 0.06 316.55 0.82 0.65
Hex EF 5E C7 0 3D 11 6 13D 52 41
Octal 357 136 307 0 75 21 6 475 122 101
Binary 11101111 1011110 11000111 0 111101 10001 110 100111101 1010010 1000001

Color Harmonies of #EF5EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EC7

Black with #EF5EC7

Text Example


Text Example

White with #EF5EC7

Text Example


Text Example

HTML Codes & Css Web 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>