Html Css Color HEX #ED6AC2 Neon Pink

📋 copy color: '#ED6AC2'

red 237 ◦ green 106 ◦ blue 194

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

Shades of Neon Pink #ED6AC2

Tints of Neon Pink #ED6AC2

RGB

 RED value IS 237 (92.97% from 255) = 44.13%

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

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

R = 44.13%
G = 19.74%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED6AC2 (or 0xED6AC2) is known color: Neon Pink. HEX triplet: ED, 6A and C2. RGB value is (237,106,194). Sum of RGB (Red+Green+Blue) = 237+106+194=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6AC2 is #12953D. Grayscale: #9A9A9A. Windows color (decimal): -1217854 or 12741357. OLE color: 12741357.

HSL color Cylindrical-coordinate representation of color #ED6AC2: hue angle of 319.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6AC2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 106 194 -
CMYK 0 0.55 0.18 0.07
HSL 319.69º 0.78% 0.67% -
HSV(B) 319.69º 0.55% 0.93% -
XYZ 49.82 32.21 54.63 -
YUV 155.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 237 106 194 0 0.55 0.18 0.07 319.69 0.78 0.67
Hex ED 6A C2 0 37 12 7 140 4E 43
Octal 355 152 302 0 67 22 7 500 116 103
Binary 11101101 1101010 11000010 0 110111 10010 111 101000000 1001110 1000011

Color Harmonies of #ED6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6AC2

Black with #ED6AC2

Text Example


Text Example

White with #ED6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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