Html Css Color HEX #ED63C2 Neon Pink

📋 copy color: '#ED63C2'

red 237 ◦ green 99 ◦ blue 194

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

Shades of Neon Pink #ED63C2

Tints of Neon Pink #ED63C2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.68%

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

R = 44.72%
G = 18.68%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED63C2 (or 0xED63C2) is known color: Neon Pink. HEX triplet: ED, 63 and C2. RGB value is (237,99,194). Sum of RGB (Red+Green+Blue) = 237+99+194=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63C2 is #129C3D. Grayscale: #969696. Windows color (decimal): -1219646 or 12739565. OLE color: 12739565.

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

Color convert

RGB 237 99 194 -
CMYK 0 0.58 0.18 0.07
HSL 318.7º 0.79% 0.66% -
HSV(B) 318.7º 0.58% 0.93% -
XYZ 49.12 30.82 54.4 -
YUV 151.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 237 99 194 0 0.58 0.18 0.07 318.7 0.79 0.66
Hex ED 63 C2 0 3A 12 7 13F 4F 42
Octal 355 143 302 0 72 22 7 477 117 102
Binary 11101101 1100011 11000010 0 111010 10010 111 100111111 1001111 1000010

Color Harmonies of #ED63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63C2

Black with #ED63C2

Text Example


Text Example

White with #ED63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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