#5A59ED

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

Shades of Neon Blue #5A59ED

Tints of Neon Blue #5A59ED

Color information

#5A59ED (or 0x5A59ED) is unknown color: approx Neon Blue. HEX triplet: 5A, 59 and ED. RGB value is (90,89,237). Sum of RGB (Red+Green+Blue) = 90+89+237=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A59ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A59ED is #A5A612. Grayscale: #696969. Windows color (decimal): -10855955 or 15554906. OLE color: 15554906.

HSL color Cylindrical-coordinate representation of color #5A59ED: hue angle of 240.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A59ED is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9089237-
CMYK0.620.6200.07
HSL240.41º80.43%63.92%-
HSV(B)240.41º62.45%92.94%-
XYZ23.0715.4381.88-
YUV106.17201.83116.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.63%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 237 (92.97% from 255) = 56.97%
R=21.63%
G=21.39%
B=56.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal90892370.620.6200.07240.4180.4363.92
Hex5A59ED3E3E07f05040
Octal132131355767607360120100
Binary101101010110011110110111111011111001111111000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,237); }

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

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

 a { background-color: rgb(90,89,237); }

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

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

 span { border-color: rgb(90,89,237); }

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