#494CED

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

Shades of Neon Blue #494CED

Tints of Neon Blue #494CED

Color information

#494CED (or 0x494CED) is unknown color: approx Neon Blue. HEX triplet: 49, 4C and ED. RGB value is (73,76,237). Sum of RGB (Red+Green+Blue) = 73+76+237=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #494CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CED is #B6B312. Grayscale: #5C5C5C. Windows color (decimal): -11973395 or 15551561. OLE color: 15551561.

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

Color convert

RGB7376237-
CMYK0.690.6800.07
HSL238.9º82%60.78%-
HSV(B)238.9º69.2%92.94%-
XYZ20.6212.781.49-
YUV93.46209.01113.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 76 (30.08% from 255) = 19.69%
BLUE value IS 237 (92.97% from 255) = 61.40%
R=18.91%
G=19.69%
B=61.40%

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
Decimal73762370.690.6800.07238.98260.78
Hex494CED454407ef523d
Octal1111143551051040735712275
Binary1001001100110011101101100010110001000111111011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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