#5A59F1

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

Shades of Neon Blue #5A59F1

Tints of Neon Blue #5A59F1

Color information

#5A59F1 (or 0x5A59F1) is unknown color: approx Neon Blue. HEX triplet: 5A, 59 and F1. RGB value is (90,89,241). Sum of RGB (Red+Green+Blue) = 90+89+241=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A59F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A59F1 is #A5A60E. Grayscale: #6A6A6A. Windows color (decimal): -10855951 or 15817050. OLE color: 15817050.

HSL color Cylindrical-coordinate representation of color #5A59F1: hue angle of 240.39º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A59F1 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9089241-
CMYK0.630.6300.05
HSL240.39º84.44%64.71%-
HSV(B)240.39º63.07%94.51%-
XYZ23.6715.6785-
YUV106.63203.83116.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.43%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 241 (94.53% from 255) = 57.38%
R=21.43%
G=21.19%
B=57.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90892410.630.6300.05240.3984.4464.71
Hex5A59F13F3F05f05441
Octal132131361777705360124101
Binary101101010110011111000111111111111101011111000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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