#ED6FC5

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

Shades of Neon Pink #ED6FC5

Tints of Neon Pink #ED6FC5

Color information

#ED6FC5 (or 0xED6FC5) is unknown color: approx Neon Pink. HEX triplet: ED, 6F and C5. RGB value is (237,111,197). Sum of RGB (Red+Green+Blue) = 237+111+197=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FC5 is #12903A. Grayscale: #9E9E9E. Windows color (decimal): -1216571 or 12939245. OLE color: 12939245.

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

Color convert

RGB237111197-
CMYK00.530.170.07
HSL319.05º77.78%68.24%-
HSV(B)319.05º53.16%92.94%-
XYZ50.6933.456.6-
YUV158.48149.74184.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=43.49%
G=20.37%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711119700.530.170.07319.0577.7868.24
HexED6FC503511713f4e44
Octal355157305065217477116104
Binary1110110111011111100010101101011000111110011111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6FC5; }

 p { color: rgb(237,111,197); }

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

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

 a { background-color: rgb(237,111,197); }

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

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

 span { border-color: rgb(237,111,197); }

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