#494EFD

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

Shades of Neon Blue #494EFD

Tints of Neon Blue #494EFD

Color information

#494EFD (or 0x494EFD) is unknown color: approx Neon Blue. HEX triplet: 49, 4E and FD. RGB value is (73,78,253). Sum of RGB (Red+Green+Blue) = 73+78+253=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #494EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EFD is #B6B102. Grayscale: #5F5F5F. Windows color (decimal): -11972867 or 16600649. OLE color: 16600649.

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

Color convert

RGB7378253-
CMYK0.710.6900.01
HSL238.33º97.83%63.92%-
HSV(B)238.33º71.15%99.22%-
XYZ23.213.9694.4-
YUV96.46216.34111.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.07%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 253 (99.22% from 255) = 62.62%
R=18.07%
G=19.31%
B=62.62%

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
Decimal73782530.710.6900.01238.3397.8363.92
Hex494EFD474501ee6240
Octal11111637510710501356142100
Binary100100110011101111110110001111000101011110111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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