#ED66C7

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

Shades of Neon Pink #ED66C7

Tints of Neon Pink #ED66C7

Color information

#ED66C7 (or 0xED66C7) is unknown color: approx Neon Pink. HEX triplet: ED, 66 and C7. RGB value is (237,102,199). Sum of RGB (Red+Green+Blue) = 237+102+199=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66C7 is #129938. Grayscale: #999999. Windows color (decimal): -1218873 or 13068013. OLE color: 13068013.

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

Color convert

RGB237102199-
CMYK00.570.160.07
HSL316.89º78.95%66.47%-
HSV(B)316.89º56.96%92.94%-
XYZ49.9931.6357.5-
YUV153.42153.73187.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=44.05%
G=18.96%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710219900.570.160.07316.8978.9566.47
HexED66C703910713d4f42
Octal355146307071207475117102
Binary1110110111001101100011101110011000011110011110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66C7; }

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

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

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

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

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

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

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

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