#ED69CB

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

Shades of Neon Pink #ED69CB

Tints of Neon Pink #ED69CB

Color information

#ED69CB (or 0xED69CB) is unknown color: approx Neon Pink. HEX triplet: ED, 69 and CB. RGB value is (237,105,203). Sum of RGB (Red+Green+Blue) = 237+105+203=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69CB is #129634. Grayscale: #9B9B9B. Windows color (decimal): -1218101 or 13330925. OLE color: 13330925.

HSL color Cylindrical-coordinate representation of color #ED69CB: hue angle of 315.45º 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 #ED69CB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237105203-
CMYK00.560.140.07
HSL315.45º78.57%67.06%-
HSV(B)315.45º55.7%92.94%-
XYZ50.7632.4260.08-
YUV155.64154.73186.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=43.49%
G=19.27%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710520300.560.140.07315.4578.5767.06
HexED69CB038E713b4f43
Octal355151313070167473117103
Binary111011011101001110010110111000111011110011101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69CB; }

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

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

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

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

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

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

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

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