#ED75C6

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

Shades of Neon Pink #ED75C6

Tints of Neon Pink #ED75C6

Color information

#ED75C6 (or 0xED75C6) is unknown color: approx Neon Pink. HEX triplet: ED, 75 and C6. RGB value is (237,117,198). Sum of RGB (Red+Green+Blue) = 237+117+198=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED75C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED75C6 is #128A39. Grayscale: #A1A1A1. Windows color (decimal): -1215034 or 13006317. OLE color: 13006317.

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

Color convert

RGB237117198-
CMYK00.510.160.07
HSL319.5º76.92%69.41%-
HSV(B)319.5º50.63%92.94%-
XYZ51.4834.857.43-
YUV162.11148.26181.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=42.93%
G=21.20%
B=35.87%

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
Decimal23711719800.510.160.07319.576.9269.41
HexED75C60331071404d45
Octal355165306063207500115105
Binary1110110111101011100011001100111000011110100000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED75C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED75C6; }

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

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

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

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

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

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

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

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