#5A62EB

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

Shades of Neon Blue #5A62EB

Tints of Neon Blue #5A62EB

Color information

#5A62EB (or 0x5A62EB) is unknown color: approx Neon Blue. HEX triplet: 5A, 62 and EB. RGB value is (90,98,235). Sum of RGB (Red+Green+Blue) = 90+98+235=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A62EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A62EB is #A59D14. Grayscale: #6E6E6E. Windows color (decimal): -10853653 or 15426138. OLE color: 15426138.

HSL color Cylindrical-coordinate representation of color #5A62EB: hue angle of 236.69º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A62EB is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9098235-
CMYK0.620.5800.08
HSL236.69º78.38%63.73%-
HSV(B)236.69º61.7%92.16%-
XYZ23.5816.9180.62-
YUV111.23197.85112.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 235 (92.19% from 255) = 55.56%
R=21.28%
G=23.17%
B=55.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90982350.620.5800.08236.6978.3863.73
Hex5A62EB3E3A08ed4e40
Octal1321423537672010355116100
Binary1011010110001011101011111110111010010001110110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A62EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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