#5A49EA

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

Shades of Neon Blue #5A49EA

Tints of Neon Blue #5A49EA

Color information

#5A49EA (or 0x5A49EA) is unknown color: approx Neon Blue. HEX triplet: 5A, 49 and EA. RGB value is (90,73,234). Sum of RGB (Red+Green+Blue) = 90+73+234=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A49EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A49EA is #A5B615. Grayscale: #5F5F5F. Windows color (decimal): -10860054 or 15354202. OLE color: 15354202.

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

Color convert

RGB9073234-
CMYK0.620.6900.08
HSL246.34º79.31%60.2%-
HSV(B)246.34º68.8%91.76%-
XYZ21.4512.8879.2-
YUV96.44205.63123.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 234 (91.80% from 255) = 58.94%
R=22.67%
G=18.39%
B=58.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90732340.620.6900.08246.3479.3160.2
Hex5A49EA3E4508f64f3c
Octal1321113527610501036611774
Binary1011010100100111101010111110100010101000111101101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A49EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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