#494EFF

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

Shades of Neon Blue #494EFF

Tints of Neon Blue #494EFF

Color information

#494EFF (or 0x494EFF) is unknown color: approx Neon Blue. HEX triplet: 49, 4E and FF. RGB value is (73,78,255). Sum of RGB (Red+Green+Blue) = 73+78+255=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #494EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EFF is #B6B100. Grayscale: #5F5F5F. Windows color (decimal): -11972865 or 16731721. OLE color: 16731721.

HSL color Cylindrical-coordinate representation of color #494EFF: hue angle of 238.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494EFF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7378255-
CMYK0.710.6900
HSL238.35º100%64.31%-
HSV(B)238.35º71.37%100%-
XYZ23.5214.0996.09-
YUV96.68217.34111.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.98%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 255 (100% from 255) = 62.81%
R=17.98%
G=19.21%
B=62.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73782550.710.6900238.3510064.31
Hex494EFF474500ee6440
Octal11111637710710500356144100
Binary100100110011101111111110001111000101001110111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,78,255); }

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

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

 a { background-color: rgb(73,78,255); }

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

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

 span { border-color: rgb(73,78,255); }

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