#4E49E4

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

Shades of Neon Blue #4E49E4

Tints of Neon Blue #4E49E4

Color information

#4E49E4 (or 0x4E49E4) is unknown color: approx Neon Blue. HEX triplet: 4E, 49 and E4. RGB value is (78,73,228). Sum of RGB (Red+Green+Blue) = 78+73+228=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #4E49E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E49E4 is #B1B61B. Grayscale: #5B5B5B. Windows color (decimal): -11646492 or 14960974. OLE color: 14960974.

HSL color Cylindrical-coordinate representation of color #4E49E4: hue angle of 241.94º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E49E4 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7873228-
CMYK0.660.6800.11
HSL241.94º74.16%59.02%-
HSV(B)241.94º67.98%89.41%-
XYZ19.5311.9974.68-
YUV92.16204.66117.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 228 (89.45% from 255) = 60.16%
R=20.58%
G=19.26%
B=60.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal78732280.660.6800.11241.9474.1659.02
Hex4E49E442440Bf24a3b
Octal11611134410210401336211273
Binary10011101001001111001001000010100010001011111100101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E49E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E49E4; }

 p { color: rgb(78,73,228); }

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

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

 a { background-color: rgb(78,73,228); }

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

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

 span { border-color: rgb(78,73,228); }

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