#E469BA

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

Shades of Neon Pink #E469BA

Tints of Neon Pink #E469BA

Color information

#E469BA (or 0xE469BA) is unknown color: approx Neon Pink. HEX triplet: E4, 69 and BA. RGB value is (228,105,186). Sum of RGB (Red+Green+Blue) = 228+105+186=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E469BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469BA is #1B9645. Grayscale: #969696. Windows color (decimal): -1807942 or 12216804. OLE color: 12216804.

HSL color Cylindrical-coordinate representation of color #E469BA: hue angle of 320.49º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E469BA is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228105186-
CMYK00.540.180.11
HSL320.49º69.49%65.29%-
HSV(B)320.49º53.95%89.41%-
XYZ45.9130.1449.85-
YUV151.01147.75182.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.93%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=43.93%
G=20.23%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810518600.540.180.11320.4969.4965.29
HexE469BA03612B1404541
Octal3441512720662213500105101
Binary11100100110100110111010011011010010101110100000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E469BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E469BA; }

 p { color: rgb(228,105,186); }

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

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

 a { background-color: rgb(228,105,186); }

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

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

 span { border-color: rgb(228,105,186); }

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