#494CF6

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

Shades of Neon Blue #494CF6

Tints of Neon Blue #494CF6

Color information

#494CF6 (or 0x494CF6) is unknown color: approx Neon Blue. HEX triplet: 49, 4C and F6. RGB value is (73,76,246). Sum of RGB (Red+Green+Blue) = 73+76+246=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #494CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CF6 is #B6B309. Grayscale: #5D5D5D. Windows color (decimal): -11973386 or 16141385. OLE color: 16141385.

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

Color convert

RGB7376246-
CMYK0.700.6900.04
HSL238.96º90.58%62.55%-
HSV(B)238.96º70.33%96.47%-
XYZ21.9713.2488.59-
YUV94.48213.51112.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 246 (96.48% from 255) = 62.28%
R=18.48%
G=19.24%
B=62.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73762460.700.6900.04238.9690.5862.55
Hex494CF6464504ef5b3f
Octal1111143661061050435713377
Binary1001001100110011110110100011010001010100111011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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