#4E55E8

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

Shades of Neon Blue #4E55E8

Tints of Neon Blue #4E55E8

Color information

#4E55E8 (or 0x4E55E8) is unknown color: approx Neon Blue. HEX triplet: 4E, 55 and E8. RGB value is (78,85,232). Sum of RGB (Red+Green+Blue) = 78+85+232=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #4E55E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E55E8 is #B1AA17. Grayscale: #636363. Windows color (decimal): -11643416 or 15226190. OLE color: 15226190.

HSL color Cylindrical-coordinate representation of color #4E55E8: hue angle of 237.27º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E55E8 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7885232-
CMYK0.660.6300.09
HSL237.27º77%60.78%-
HSV(B)237.27º66.38%90.98%-
XYZ20.9613.9477.93-
YUV99.66202.68112.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.75%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 232 (91.02% from 255) = 58.73%
R=19.75%
G=21.52%
B=58.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal78852320.660.6300.09237.277760.78
Hex4E55E8423F09ed4d3d
Octal1161253501027701135511575
Binary1001110101010111101000100001011111101001111011011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E55E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,232); }

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

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

 a { background-color: rgb(78,85,232); }

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

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

 span { border-color: rgb(78,85,232); }

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