#5A49F6

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

Shades of Neon Blue #5A49F6

Tints of Neon Blue #5A49F6

Color information

#5A49F6 (or 0x5A49F6) is unknown color: approx Neon Blue. HEX triplet: 5A, 49 and F6. RGB value is (90,73,246). Sum of RGB (Red+Green+Blue) = 90+73+246=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #5A49F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A49F6 is #A5B609. Grayscale: #616161. Windows color (decimal): -10860042 or 16140634. OLE color: 16140634.

HSL color Cylindrical-coordinate representation of color #5A49F6: hue angle of 245.9º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A49F6 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9073246-
CMYK0.630.7000.04
HSL245.9º90.58%62.55%-
HSV(B)245.9º70.33%96.47%-
XYZ23.2313.5988.59-
YUV97.8211.63122.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.00%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 246 (96.48% from 255) = 60.15%
R=22.00%
G=17.85%
B=60.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal90732460.630.7000.04245.990.5862.55
Hex5A49F63F4604f65b3f
Octal132111366771060436613377
Binary101101010010011111011011111110001100100111101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A49F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,246); }

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

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

 a { background-color: rgb(90,73,246); }

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

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

 span { border-color: rgb(90,73,246); }

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