#E464BD

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

Shades of Neon Pink #E464BD

Tints of Neon Pink #E464BD

Color information

#E464BD (or 0xE464BD) is unknown color: approx Neon Pink. HEX triplet: E4, 64 and BD. RGB value is (228,100,189). Sum of RGB (Red+Green+Blue) = 228+100+189=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E464BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464BD is #1B9B42. Grayscale: #949494. Windows color (decimal): -1809219 or 12412132. OLE color: 12412132.

HSL color Cylindrical-coordinate representation of color #E464BD: hue angle of 318.28º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464BD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB228100189-
CMYK00.560.170.11
HSL318.28º70.33%64.31%-
HSV(B)318.28º56.14%89.41%-
XYZ45.7429.2851.39-
YUV148.42150.91184.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.10%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=44.10%
G=19.34%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810018900.560.170.11318.2870.3364.31
HexE464BD03811B13e4640
Octal3441442750702113476106100
Binary11100100110010010111101011100010001101110011111010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E464BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E464BD; }

 p { color: rgb(228,100,189); }

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

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

 a { background-color: rgb(228,100,189); }

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

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

 span { border-color: rgb(228,100,189); }

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