#5B39EB

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

Shades of Neon Blue #5B39EB

Tints of Neon Blue #5B39EB

Color information

#5B39EB (or 0x5B39EB) is unknown color: approx Neon Blue. HEX triplet: 5B, 39 and EB. RGB value is (91,57,235). Sum of RGB (Red+Green+Blue) = 91+57+235=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B39EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B39EB is #A4C614. Grayscale: #565656. Windows color (decimal): -10798613 or 15415643. OLE color: 15415643.

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

Color convert

RGB9157235-
CMYK0.610.7600.08
HSL251.46º81.65%57.25%-
HSV(B)251.46º75.74%92.16%-
XYZ20.7711.1579.65-
YUV87.46211.26130.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 235 (92.19% from 255) = 61.36%
R=23.76%
G=14.88%
B=61.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal91572350.610.7600.08251.4681.6557.25
Hex5B39EB3D4C08fb5239
Octal133713537511401037312271
Binary101101111100111101011111101100110001000111110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B39EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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