#ED69C7

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

Shades of Neon Pink #ED69C7

Tints of Neon Pink #ED69C7

Color information

#ED69C7 (or 0xED69C7) is unknown color: approx Neon Pink. HEX triplet: ED, 69 and C7. RGB value is (237,105,199). Sum of RGB (Red+Green+Blue) = 237+105+199=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69C7 is #129638. Grayscale: #9A9A9A. Windows color (decimal): -1218105 or 13068781. OLE color: 13068781.

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

Color convert

RGB237105199-
CMYK00.560.160.07
HSL317.27º78.57%67.06%-
HSV(B)317.27º55.7%92.94%-
XYZ50.2932.2357.6-
YUV155.18152.73186.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 199 (78.12% from 255) = 36.78%
R=43.81%
G=19.41%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710519900.560.160.07317.2778.5767.06
HexED69C703810713d4f43
Octal355151307070207475117103
Binary1110110111010011100011101110001000011110011110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69C7; }

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

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

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

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

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

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

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

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