#494EE4

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

Shades of Neon Blue #494EE4

Tints of Neon Blue #494EE4

Color information

#494EE4 (or 0x494EE4) is unknown color: approx Neon Blue. HEX triplet: 49, 4E and E4. RGB value is (73,78,228). Sum of RGB (Red+Green+Blue) = 73+78+228=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #494EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EE4 is #B6B11B. Grayscale: #5C5C5C. Windows color (decimal): -11972892 or 14962249. OLE color: 14962249.

HSL color Cylindrical-coordinate representation of color #494EE4: hue angle of 238.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494EE4 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7378228-
CMYK0.680.6600.11
HSL238.06º74.16%59.02%-
HSV(B)238.06º67.98%89.41%-
XYZ19.4812.4774.78-
YUV93.6203.84113.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 228 (89.45% from 255) = 60.16%
R=19.26%
G=20.58%
B=60.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73782280.680.6600.11238.0674.1659.02
Hex494EE444420Bee4a3b
Octal11111634410410201335611273
Binary10010011001110111001001000100100001001011111011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,78,228); }

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

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

 a { background-color: rgb(73,78,228); }

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

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

 span { border-color: rgb(73,78,228); }

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