#5E57EC

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

Shades of Neon Blue #5E57EC

Tints of Neon Blue #5E57EC

Color information

#5E57EC (or 0x5E57EC) is unknown color: approx Neon Blue. HEX triplet: 5E, 57 and EC. RGB value is (94,87,236). Sum of RGB (Red+Green+Blue) = 94+87+236=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E57EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57EC is #A1A813. Grayscale: #696969. Windows color (decimal): -10594324 or 15488862. OLE color: 15488862.

HSL color Cylindrical-coordinate representation of color #5E57EC: hue angle of 242.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E57EC is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9487236-
CMYK0.600.6300.07
HSL242.82º79.68%63.33%-
HSV(B)242.82º63.14%92.55%-
XYZ23.1615.2581.08-
YUV106.08201.32119.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.54%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 236 (92.58% from 255) = 56.59%
R=22.54%
G=20.86%
B=56.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal94872360.600.6300.07242.8279.6863.33
Hex5E57EC3C3F07f3503f
Octal13612735474770736312077
Binary10111101010111111011001111001111110111111100111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E57EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E57EC; }

 p { color: rgb(94,87,236); }

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

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

 a { background-color: rgb(94,87,236); }

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

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

 span { border-color: rgb(94,87,236); }

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