#ed63c6

Color #ED63C6 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #ED63C6

Tints of Neon Pink #ED63C6

Color information

#ED63C6 (or 0xED63C6) is unknown color: approx Neon Pink. HEX triplet: ED, 63 and C6. RGB value is (237,99,198). Sum of RGB (Red+Green+Blue) = 237+99+198=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63C6 is #129C39. Grayscale: #979797. Windows color (decimal): -1219642 or 13001709. OLE color: 13001709.

HSL color Cylindrical-coordinate representation of color #ED63C6: hue angle of 316.96º 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 #ED63C6 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB23799198-
CMYK00.580.160.07
HSL316.96º79.31%65.88%-
HSV(B)316.96º58.23%92.94%-
XYZ49.5831.0156.8-
YUV151.55154.22188.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 99 (39.06% from 255) = 18.54%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=44.38%
G=18.54%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379919800.580.160.07316.9679.3165.88
HexED63C603A10713d4f42
Octal355143306072207475117102
Binary1110110111000111100011001110101000011110011110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed63c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed63c6; }

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

 H1.HeaderClassName
 {
   color: #ed63c6;
 }
 .AnyTagClassName
 {
   color: #ed63c6;
 }
</style>
background-color css

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

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

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

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

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

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