#5E4BEC

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

Shades of Neon Blue #5E4BEC

Tints of Neon Blue #5E4BEC

Color information

#5E4BEC (or 0x5E4BEC) is unknown color: approx Neon Blue. HEX triplet: 5E, 4B and EC. RGB value is (94,75,236). Sum of RGB (Red+Green+Blue) = 94+75+236=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E4BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4BEC is #A1B413. Grayscale: #626262. Windows color (decimal): -10597396 or 15485790. OLE color: 15485790.

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

Color convert

RGB9475236-
CMYK0.600.6800.07
HSL247.08º80.9%60.98%-
HSV(B)247.08º68.22%92.55%-
XYZ22.2713.4780.78-
YUV99.04205.29124.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 236 (92.58% from 255) = 58.27%
R=23.21%
G=18.52%
B=58.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal94752360.600.6800.07247.0880.960.98
Hex5E4BEC3C4407f7513d
Octal136113354741040736712175
Binary101111010010111110110011110010001000111111101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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