#494BF6

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

Shades of Neon Blue #494BF6

Tints of Neon Blue #494BF6

Color information

#494BF6 (or 0x494BF6) is unknown color: approx Neon Blue. HEX triplet: 49, 4B and F6. RGB value is (73,75,246). Sum of RGB (Red+Green+Blue) = 73+75+246=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 246 (96.48% from 255 or 62.44% from 394); Max value from RGB is 246 - color contains mainly: blue. Hex color #494BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494BF6 is #B6B409. Grayscale: #5D5D5D. Windows color (decimal): -11973642 or 16141129. OLE color: 16141129.

HSL color Cylindrical-coordinate representation of color #494BF6: hue angle of 239.31º 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 #494BF6 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7375246-
CMYK0.700.7000.04
HSL239.31º90.58%62.55%-
HSV(B)239.31º70.33%96.47%-
XYZ21.913.188.56-
YUV93.9213.84113.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 246 (96.48% from 255) = 62.44%
R=18.53%
G=19.04%
B=62.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73752460.700.7000.04239.3190.5862.55
Hex494BF6464604ef5b3f
Octal1111133661061060435713377
Binary1001001100101111110110100011010001100100111011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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