#494BED

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

Shades of Neon Blue #494BED

Tints of Neon Blue #494BED

Color information

#494BED (or 0x494BED) is unknown color: approx Neon Blue. HEX triplet: 49, 4B and ED. RGB value is (73,75,237). Sum of RGB (Red+Green+Blue) = 73+75+237=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #494BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494BED is #B6B412. Grayscale: #5C5C5C. Windows color (decimal): -11973651 or 15551305. OLE color: 15551305.

HSL color Cylindrical-coordinate representation of color #494BED: hue angle of 239.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #494BED is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7375237-
CMYK0.690.6800.07
HSL239.27º82%60.78%-
HSV(B)239.27º69.2%92.94%-
XYZ20.5512.5681.46-
YUV92.87209.34113.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 237 (92.97% from 255) = 61.56%
R=18.96%
G=19.48%
B=61.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal73752370.690.6800.07239.278260.78
Hex494BED454407ef523d
Octal1111133551051040735712275
Binary1001001100101111101101100010110001000111111011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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