Html Css Color HEX #ED62C2 Neon Pink

📋 copy color: '#ED62C2'

red 237 ◦ green 98 ◦ blue 194

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

Shades of Neon Pink #ED62C2

Tints of Neon Pink #ED62C2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.53%

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

R = 44.8%
G = 18.53%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED62C2 (or 0xED62C2) is known color: Neon Pink. HEX triplet: ED, 62 and C2. RGB value is (237,98,194). Sum of RGB (Red+Green+Blue) = 237+98+194=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62C2 is #129D3D. Grayscale: #969696. Windows color (decimal): -1219902 or 12739309. OLE color: 12739309.

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

Color convert

RGB 237 98 194 -
CMYK 0 0.59 0.18 0.07
HSL 318.56º 0.79% 0.66% -
HSV(B) 318.56º 0.59% 0.93% -
XYZ 49.03 30.63 54.37 -
YUV 150.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 237 98 194 0 0.59 0.18 0.07 318.56 0.79 0.66
Hex ED 62 C2 0 3B 12 7 13F 4F 42
Octal 355 142 302 0 73 22 7 477 117 102
Binary 11101101 1100010 11000010 0 111011 10010 111 100111111 1001111 1000010

Color Harmonies of #ED62C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62C2

Black with #ED62C2

Text Example


Text Example

White with #ED62C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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