#5A3EE9

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

Shades of Neon Blue #5A3EE9

Tints of Neon Blue #5A3EE9

Color information

#5A3EE9 (or 0x5A3EE9) is unknown color: approx Neon Blue. HEX triplet: 5A, 3E and E9. RGB value is (90,62,233). Sum of RGB (Red+Green+Blue) = 90+62+233=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 233 (91.41% from 255 or 60.52% from 385); Max value from RGB is 233 - color contains mainly: blue. Hex color #5A3EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3EE9 is #A5C116. Grayscale: #595959. Windows color (decimal): -10862871 or 15285850. OLE color: 15285850.

HSL color Cylindrical-coordinate representation of color #5A3EE9: hue angle of 249.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A3EE9 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9062233-
CMYK0.610.7300.09
HSL249.82º79.53%57.84%-
HSV(B)249.82º73.39%91.37%-
XYZ20.6511.578.22-
YUV89.87208.78128.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 233 (91.41% from 255) = 60.52%
R=23.38%
G=16.10%
B=60.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal90622330.610.7300.09249.8279.5357.84
Hex5A3EE93D4909fa503a
Octal132763517511101137212072
Binary101101011111011101001111101100100101001111110101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,62,233); }

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

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

 a { background-color: rgb(90,62,233); }

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

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

 span { border-color: rgb(90,62,233); }

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