Html Css Color HEX #EF6AC2 Neon Pink

📋 copy color: '#EF6AC2'

red 239 ◦ green 106 ◦ blue 194

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

Shades of Neon Pink #EF6AC2

Tints of Neon Pink #EF6AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.67%

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

R = 44.34%
G = 19.67%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF6AC2 (or 0xEF6AC2) is known color: Neon Pink. HEX triplet: EF, 6A and C2. RGB value is (239,106,194). Sum of RGB (Red+Green+Blue) = 239+106+194=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AC2 is #10953D. Grayscale: #9B9B9B. Windows color (decimal): -1086782 or 12741359. OLE color: 12741359.

HSL color Cylindrical-coordinate representation of color #EF6AC2: hue angle of 320.3º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AC2 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 106 194 -
CMYK 0 0.56 0.19 0.06
HSL 320.3º 0.81% 0.68% -
HSV(B) 320.3º 0.56% 0.94% -
XYZ 50.49 32.55 54.66 -
YUV 155.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 239 106 194 0 0.56 0.19 0.06 320.3 0.81 0.68
Hex EF 6A C2 0 38 13 6 140 51 44
Octal 357 152 302 0 70 23 6 500 121 104
Binary 11101111 1101010 11000010 0 111000 10011 110 101000000 1010001 1000100

Color Harmonies of #EF6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AC2

Black with #EF6AC2

Text Example


Text Example

White with #EF6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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