Html Css Color HEX #EF5EC0 Neon Pink

📋 copy color: '#EF5EC0'

red 239 ◦ green 94 ◦ blue 192

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

Shades of Neon Pink #EF5EC0

Tints of Neon Pink #EF5EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 45.52%
G = 17.9%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF5EC0 (or 0xEF5EC0) is known color: Neon Pink. HEX triplet: EF, 5E and C0. RGB value is (239,94,192). Sum of RGB (Red+Green+Blue) = 239+94+192=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC0 is #10A13F. Grayscale: #949494. Windows color (decimal): -1089856 or 12607215. OLE color: 12607215.

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

Color convert

RGB 239 94 192 -
CMYK 0 0.61 0.20 0.06
HSL 319.45º 0.82% 0.65% -
HSV(B) 319.45º 0.61% 0.94% -
XYZ 49.11 30.16 53.1 -
YUV 148.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 239 94 192 0 0.61 0.20 0.06 319.45 0.82 0.65
Hex EF 5E C0 0 3D 14 6 13F 52 41
Octal 357 136 300 0 75 24 6 477 122 101
Binary 11101111 1011110 11000000 0 111101 10100 110 100111111 1010010 1000001

Color Harmonies of #EF5EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EC0

Black with #EF5EC0

Text Example


Text Example

White with #EF5EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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