#ED69BF

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

Shades of Neon Pink #ED69BF

Tints of Neon Pink #ED69BF

Color information

#ED69BF (or 0xED69BF) is unknown color: approx Neon Pink. HEX triplet: ED, 69 and BF. RGB value is (237,105,191). Sum of RGB (Red+Green+Blue) = 237+105+191=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69BF is #129640. Grayscale: #9A9A9A. Windows color (decimal): -1218113 or 12544493. OLE color: 12544493.

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

Color convert

RGB237105191-
CMYK00.560.190.07
HSL320.91º78.57%67.06%-
HSV(B)320.91º55.7%92.94%-
XYZ49.3831.8752.84-
YUV154.27148.73187.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 191 (75% from 255) = 35.83%
R=44.47%
G=19.70%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710519100.560.190.07320.9178.5767.06
HexED69BF0381371414f43
Octal355151277070237501117103
Binary1110110111010011011111101110001001111110100000110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69BF; }

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

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

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

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

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

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

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

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