#ED73C7

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

Shades of Neon Pink #ED73C7

Tints of Neon Pink #ED73C7

Color information

#ED73C7 (or 0xED73C7) is unknown color: approx Neon Pink. HEX triplet: ED, 73 and C7. RGB value is (237,115,199). Sum of RGB (Red+Green+Blue) = 237+115+199=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73C7 is #128C38. Grayscale: #A0A0A0. Windows color (decimal): -1215545 or 13071341. OLE color: 13071341.

HSL color Cylindrical-coordinate representation of color #ED73C7: hue angle of 318.69º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73C7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237115199-
CMYK00.510.160.07
HSL318.69º77.22%69.02%-
HSV(B)318.69º51.48%92.94%-
XYZ51.3634.3957.96-
YUV161.05149.42182.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 115 (45.31% from 255) = 20.87%
BLUE value IS 199 (78.12% from 255) = 36.12%
R=43.01%
G=20.87%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711519900.510.160.07318.6977.2269.02
HexED73C703310713f4d45
Octal355163307063207477115105
Binary1110110111100111100011101100111000011110011111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED73C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED73C7; }

 p { color: rgb(237,115,199); }

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

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

 a { background-color: rgb(237,115,199); }

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

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

 span { border-color: rgb(237,115,199); }

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