Html Css Color HEX #EF5EC4 Neon Pink

📋 copy color: '#EF5EC4'

red 239 ◦ green 94 ◦ blue 196

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

Shades of Neon Pink #EF5EC4

Tints of Neon Pink #EF5EC4

RGB

 RED value IS 239 (93.75% from 255) = 45.18%

 GREEN value IS 94 (37.11% from 255) = 17.77%

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 45.18%
G = 17.77%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF5EC4 (or 0xEF5EC4) is known color: Neon Pink. HEX triplet: EF, 5E and C4. RGB value is (239,94,196). Sum of RGB (Red+Green+Blue) = 239+94+196=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC4 is #10A13B. Grayscale: #949494. Windows color (decimal): -1089852 or 12869359. OLE color: 12869359.

HSL color Cylindrical-coordinate representation of color #EF5EC4: hue angle of 317.79º 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 #EF5EC4 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 94 196 -
CMYK 0 0.61 0.18 0.06
HSL 317.79º 0.82% 0.65% -
HSV(B) 317.79º 0.61% 0.94% -
XYZ 49.56 30.34 55.47 -
YUV 148.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 239 94 196 0 0.61 0.18 0.06 317.79 0.82 0.65
Hex EF 5E C4 0 3D 12 6 13E 52 41
Octal 357 136 304 0 75 22 6 476 122 101
Binary 11101111 1011110 11000100 0 111101 10010 110 100111110 1010010 1000001

Color Harmonies of #EF5EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EC4

Black with #EF5EC4

Text Example


Text Example

White with #EF5EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EC4; }

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

 H1.HeaderClassName
 {
   color: #EF5EC4;
 }
 .AnyTagClassName
 {
   color: #EF5EC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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