#5b39ec

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

Shades of Neon Blue #5B39EC

Tints of Neon Blue #5B39EC

Color information

#5B39EC (or 0x5B39EC) is unknown color: approx Neon Blue. HEX triplet: 5B, 39 and EC. RGB value is (91,57,236). Sum of RGB (Red+Green+Blue) = 91+57+236=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B39EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B39EC is #A4C613. Grayscale: #565656. Windows color (decimal): -10798612 or 15481179. OLE color: 15481179.

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

Color convert

RGB9157236-
CMYK0.610.7600.07
HSL251.4º82.49%57.45%-
HSV(B)251.4º75.85%92.55%-
XYZ20.9211.2180.42-
YUV87.57211.76130.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 236 (92.58% from 255) = 61.46%
R=23.70%
G=14.84%
B=61.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal91572360.610.7600.07251.482.4957.45
Hex5B39EC3D4C07fb5239
Octal13371354751140737312271
Binary10110111110011110110011110110011000111111110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b39ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,57,236); }

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

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

 a { background-color: rgb(91,57,236); }

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

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

 span { border-color: rgb(91,57,236); }

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