#ED75CC

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

Shades of Neon Pink #ED75CC

Tints of Neon Pink #ED75CC

Color information

#ED75CC (or 0xED75CC) is unknown color: approx Neon Pink. HEX triplet: ED, 75 and CC. RGB value is (237,117,204). Sum of RGB (Red+Green+Blue) = 237+117+204=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED75CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED75CC is #128A33. Grayscale: #A2A2A2. Windows color (decimal): -1215028 or 13399533. OLE color: 13399533.

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

Color convert

RGB237117204-
CMYK00.510.140.07
HSL316.5º76.92%69.41%-
HSV(B)316.5º50.63%92.94%-
XYZ52.1935.0961.15-
YUV162.8151.26180.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=42.47%
G=20.97%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711720400.510.140.07316.576.9269.41
HexED75CC033E713c4d45
Octal355165314063167474115105
Binary111011011110101110011000110011111011110011110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED75CC; }

 p { color: rgb(237,117,204); }

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

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

 a { background-color: rgb(237,117,204); }

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

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

 span { border-color: rgb(237,117,204); }

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