#494BE5

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

Shades of Neon Blue #494BE5

Tints of Neon Blue #494BE5

Color information

#494BE5 (or 0x494BE5) is unknown color: approx Neon Blue. HEX triplet: 49, 4B and E5. RGB value is (73,75,229). Sum of RGB (Red+Green+Blue) = 73+75+229=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #494BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BE5 is #B6B41A. Grayscale: #5B5B5B. Windows color (decimal): -11973659 or 15027017. OLE color: 15027017.

HSL color Cylindrical-coordinate representation of color #494BE5: hue angle of 239.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494BE5 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7375229-
CMYK0.680.6700.10
HSL239.23º75%59.22%-
HSV(B)239.23º68.12%89.8%-
XYZ19.4112.1175.44-
YUV91.96205.34114.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 229 (89.84% from 255) = 60.74%
R=19.36%
G=19.89%
B=60.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73752290.680.6700.10239.237559.22
Hex494BE544430Aef4b3b
Octal11111334510410301235711373
Binary10010011001011111001011000100100001101010111011111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494BE5; }

 p { color: rgb(73,75,229); }

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

<style>
 a { background-color: #494BE5; }

 a { background-color: rgb(73,75,229); }

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

<style>
 span { border-color: #494BE5; }

 span { border-color: rgb(73,75,229); }

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