#ED6CC7

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

Shades of Neon Pink #ED6CC7

Tints of Neon Pink #ED6CC7

Color information

#ED6CC7 (or 0xED6CC7) is unknown color: approx Neon Pink. HEX triplet: ED, 6C and C7. RGB value is (237,108,199). Sum of RGB (Red+Green+Blue) = 237+108+199=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CC7 is #129338. Grayscale: #9C9C9C. Windows color (decimal): -1217337 or 13069549. OLE color: 13069549.

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

Color convert

RGB237108199-
CMYK00.540.160.07
HSL317.67º78.18%67.65%-
HSV(B)317.67º54.43%92.94%-
XYZ50.632.8557.71-
YUV156.94151.74185.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=43.57%
G=19.85%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710819900.540.160.07317.6778.1867.65
HexED6CC703610713e4e44
Octal355154307066207476116104
Binary1110110111011001100011101101101000011110011111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6CC7; }

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

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

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

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

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

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

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

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