#5A39EB

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

Shades of Neon Blue #5A39EB

Tints of Neon Blue #5A39EB

Color information

#5A39EB (or 0x5A39EB) is unknown color: approx Neon Blue. HEX triplet: 5A, 39 and EB. RGB value is (90,57,235). Sum of RGB (Red+Green+Blue) = 90+57+235=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A39EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A39EB is #A5C614. Grayscale: #565656. Windows color (decimal): -10864149 or 15415642. OLE color: 15415642.

HSL color Cylindrical-coordinate representation of color #5A39EB: hue angle of 251.12º 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 #5A39EB is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9057235-
CMYK0.620.7600.08
HSL251.12º81.65%57.25%-
HSV(B)251.12º75.74%92.16%-
XYZ20.6711.179.65-
YUV87.16211.43130.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.56%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=23.56%
G=14.92%
B=61.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90572350.620.7600.08251.1281.6557.25
Hex5A39EB3E4C08fb5239
Octal132713537611401037312271
Binary101101011100111101011111110100110001000111110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A39EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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