#4E49EF

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

Shades of Neon Blue #4E49EF

Tints of Neon Blue #4E49EF

Color information

#4E49EF (or 0x4E49EF) is unknown color: approx Neon Blue. HEX triplet: 4E, 49 and EF. RGB value is (78,73,239). Sum of RGB (Red+Green+Blue) = 78+73+239=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E49EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E49EF is #B1B610. Grayscale: #5C5C5C. Windows color (decimal): -11646481 or 15681870. OLE color: 15681870.

HSL color Cylindrical-coordinate representation of color #4E49EF: hue angle of 241.81º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E49EF is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7873239-
CMYK0.670.6900.06
HSL241.81º83.84%61.18%-
HSV(B)241.81º69.46%93.73%-
XYZ21.112.6282.98-
YUV93.42210.16117-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 239 (93.75% from 255) = 61.28%
R=20%
G=18.72%
B=61.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal78732390.670.6900.06241.8183.8461.18
Hex4E49EF434506f2543d
Octal1161113571031050636212475
Binary1001110100100111101111100001110001010110111100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E49EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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