Html Css Color HEX #EF5AC2 Neon Pink

📋 copy color: '#EF5AC2'

red 239 ◦ green 90 ◦ blue 194

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

Shades of Neon Pink #EF5AC2

Tints of Neon Pink #EF5AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.21%

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 45.7%
G = 17.21%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF5AC2 (or 0xEF5AC2) is known color: Neon Pink. HEX triplet: EF, 5A and C2. RGB value is (239,90,194). Sum of RGB (Red+Green+Blue) = 239+90+194=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5AC2 is #10A53D. Grayscale: #929292. Windows color (decimal): -1090878 or 12737263. OLE color: 12737263.

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

Color convert

RGB 239 90 194 -
CMYK 0 0.62 0.19 0.06
HSL 318.12º 0.82% 0.65% -
HSV(B) 318.12º 0.62% 0.94% -
XYZ 48.99 29.56 54.16 -
YUV 146.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 239 90 194 0 0.62 0.19 0.06 318.12 0.82 0.65
Hex EF 5A C2 0 3E 13 6 13E 52 41
Octal 357 132 302 0 76 23 6 476 122 101
Binary 11101111 1011010 11000010 0 111110 10011 110 100111110 1010010 1000001

Color Harmonies of #EF5AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AC2

Black with #EF5AC2

Text Example


Text Example

White with #EF5AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AC2; }

 p { color: rgb(239,90,194); }

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

background-color css

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

 a { background-color: rgb(239,90,194); }

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

border-color css

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

 span { border-color: rgb(239,90,194); }

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