#4E58E8

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

Shades of Neon Blue #4E58E8

Tints of Neon Blue #4E58E8

Color information

#4E58E8 (or 0x4E58E8) is unknown color: approx Neon Blue. HEX triplet: 4E, 58 and E8. RGB value is (78,88,232). Sum of RGB (Red+Green+Blue) = 78+88+232=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 232 (91.02% from 255 or 58.29% from 398); Max value from RGB is 232 - color contains mainly: blue. Hex color #4E58E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E58E8 is #B1A717. Grayscale: #646464. Windows color (decimal): -11642648 or 15226958. OLE color: 15226958.

HSL color Cylindrical-coordinate representation of color #4E58E8: hue angle of 236.1º 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 #4E58E8 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7888232-
CMYK0.660.6200.09
HSL236.1º77%60.78%-
HSV(B)236.1º66.38%90.98%-
XYZ21.214.4378.01-
YUV101.43201.69111.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 232 (91.02% from 255) = 58.29%
R=19.60%
G=22.11%
B=58.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal78882320.660.6200.09236.17760.78
Hex4E58E8423E09ec4d3d
Octal1161303501027601135411575
Binary1001110101100011101000100001011111001001111011001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E58E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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