#ed63c9

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

Shades of Neon Pink #ED63C9

Tints of Neon Pink #ED63C9

Color information

#ED63C9 (or 0xED63C9) is unknown color: approx Neon Pink. HEX triplet: ED, 63 and C9. RGB value is (237,99,201). Sum of RGB (Red+Green+Blue) = 237+99+201=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63C9 is #129C36. Grayscale: #979797. Windows color (decimal): -1219639 or 13198317. OLE color: 13198317.

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

Color convert

RGB23799201-
CMYK00.580.150.07
HSL315.65º79.31%65.88%-
HSV(B)315.65º58.23%92.94%-
XYZ49.9331.1558.64-
YUV151.89155.72188.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 99 (39.06% from 255) = 18.44%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=44.13%
G=18.44%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379920100.580.150.07315.6579.3165.88
HexED63C903AF713c4f42
Octal355143311072177474117102
Binary111011011100011110010010111010111111110011110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed63c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed63c9; }

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

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

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

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

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

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

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

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