#E468BB

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

Shades of Neon Pink #E468BB

Tints of Neon Pink #E468BB

Color information

#E468BB (or 0xE468BB) is unknown color: approx Neon Pink. HEX triplet: E4, 68 and BB. RGB value is (228,104,187). Sum of RGB (Red+Green+Blue) = 228+104+187=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E468BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468BB is #1B9744. Grayscale: #969696. Windows color (decimal): -1808197 or 12282084. OLE color: 12282084.

HSL color Cylindrical-coordinate representation of color #E468BB: hue angle of 319.84º degrees, saturation: 0.7, 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 #E468BB is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228104187-
CMYK00.540.180.11
HSL319.84º69.66%65.1%-
HSV(B)319.84º54.39%89.41%-
XYZ45.9129.9850.38-
YUV150.54148.58183.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.93%
GREEN value IS 104 (41.02% from 255) = 20.04%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=43.93%
G=20.04%
B=36.03%

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
Decimal22810418700.540.180.11319.8469.6665.1
HexE468BB03612B1404641
Octal3441502730662213500106101
Binary11100100110100010111011011011010010101110100000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E468BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E468BB; }

 p { color: rgb(228,104,187); }

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

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

 a { background-color: rgb(228,104,187); }

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

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

 span { border-color: rgb(228,104,187); }

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