#494BFA

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

Shades of Neon Blue #494BFA

Tints of Neon Blue #494BFA

Color information

#494BFA (or 0x494BFA) is unknown color: approx Neon Blue. HEX triplet: 49, 4B and FA. RGB value is (73,75,250). Sum of RGB (Red+Green+Blue) = 73+75+250=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #494BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494BFA is #B6B405. Grayscale: #5D5D5D. Windows color (decimal): -11973638 or 16403273. OLE color: 16403273.

HSL color Cylindrical-coordinate representation of color #494BFA: hue angle of 239.32º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494BFA is Cyan = 0.71, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7375250-
CMYK0.710.700.02
HSL239.32º94.65%63.33%-
HSV(B)239.32º70.8%98.04%-
XYZ22.5213.3591.83-
YUV94.35215.84112.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 250 (98.05% from 255) = 62.81%
R=18.34%
G=18.84%
B=62.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73752500.710.700.02239.3294.6563.33
Hex494BFA474602ef5f3f
Octal1111133721071060235713777
Binary100100110010111111101010001111000110010111011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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