#494FFD

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

Shades of Neon Blue #494FFD

Tints of Neon Blue #494FFD

Color information

#494FFD (or 0x494FFD) is unknown color: approx Neon Blue. HEX triplet: 49, 4F and FD. RGB value is (73,79,253). Sum of RGB (Red+Green+Blue) = 73+79+253=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #494FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494FFD is #B6B002. Grayscale: #606060. Windows color (decimal): -11972611 or 16600905. OLE color: 16600905.

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

Color convert

RGB7379253-
CMYK0.710.6900.01
HSL238º97.83%63.92%-
HSV(B)238º71.15%99.22%-
XYZ23.2714.194.42-
YUV97.04216.01110.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 253 (99.22% from 255) = 62.47%
R=18.02%
G=19.51%
B=62.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73792530.710.6900.0123897.8363.92
Hex494FFD474501ee6240
Octal11111737510710501356142100
Binary100100110011111111110110001111000101011110111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,253); }

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

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

 a { background-color: rgb(73,79,253); }

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

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

 span { border-color: rgb(73,79,253); }

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