#5E3BED

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

Shades of Neon Blue #5E3BED

Tints of Neon Blue #5E3BED

Color information

#5E3BED (or 0x5E3BED) is unknown color: approx Neon Blue. HEX triplet: 5E, 3B and ED. RGB value is (94,59,237). Sum of RGB (Red+Green+Blue) = 94+59+237=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E3BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3BED is #A1C412. Grayscale: #595959. Windows color (decimal): -10601491 or 15547230. OLE color: 15547230.

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

Color convert

RGB9459237-
CMYK0.600.7500.07
HSL251.8º83.18%58.04%-
HSV(B)251.8º75.11%92.94%-
XYZ21.4711.6281.23-
YUV89.76211.1131.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.10%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 237 (92.97% from 255) = 60.77%
R=24.10%
G=15.13%
B=60.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal94592370.600.7500.07251.883.1858.04
Hex5E3BED3C4B07fc533a
Octal13673355741130737412372
Binary10111101110111110110111110010010110111111111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,59,237); }

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

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

 a { background-color: rgb(94,59,237); }

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

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

 span { border-color: rgb(94,59,237); }

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