#494AEB

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

Shades of Neon Blue #494AEB

Tints of Neon Blue #494AEB

Color information

#494AEB (or 0x494AEB) is unknown color: approx Neon Blue. HEX triplet: 49, 4A and EB. RGB value is (73,74,235). Sum of RGB (Red+Green+Blue) = 73+74+235=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #494AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494AEB is #B6B514. Grayscale: #5B5B5B. Windows color (decimal): -11973909 or 15419977. OLE color: 15419977.

HSL color Cylindrical-coordinate representation of color #494AEB: hue angle of 239.63º degrees, saturation: 0.8, 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 #494AEB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7374235-
CMYK0.690.6900.08
HSL239.63º80.2%60.39%-
HSV(B)239.63º68.94%92.16%-
XYZ20.1912.3179.91-
YUV92.06208.67114.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=19.11%
G=19.37%
B=61.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73742350.690.6900.08239.6380.260.39
Hex494AEB454508f0503c
Octal11111235310510501036012074
Binary10010011001010111010111000101100010101000111100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,74,235); }

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

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

 a { background-color: rgb(73,74,235); }

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

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

 span { border-color: rgb(73,74,235); }

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