#5A37F3

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

Shades of Neon Blue #5A37F3

Tints of Neon Blue #5A37F3

Color information

#5A37F3 (or 0x5A37F3) is unknown color: approx Neon Blue. HEX triplet: 5A, 37 and F3. RGB value is (90,55,243). Sum of RGB (Red+Green+Blue) = 90+55+243=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A37F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A37F3 is #A5C80C. Grayscale: #565656. Windows color (decimal): -10864653 or 15939418. OLE color: 15939418.

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

Color convert

RGB9055243-
CMYK0.630.7700.05
HSL251.17º88.68%58.43%-
HSV(B)251.17º77.37%95.29%-
XYZ21.7611.3885.84-
YUV86.9216.1130.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.20%
GREEN value IS 55 (21.88% from 255) = 14.18%
BLUE value IS 243 (95.31% from 255) = 62.63%
R=23.20%
G=14.18%
B=62.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90552430.630.7700.05251.1788.6858.43
Hex5A37F33F4D05fb593a
Octal13267363771150537313172
Binary10110101101111111001111111110011010101111110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A37F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,243); }

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

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

 a { background-color: rgb(90,55,243); }

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

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

 span { border-color: rgb(90,55,243); }

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