#494FE1

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

Shades of Neon Blue #494FE1

Tints of Neon Blue #494FE1

Color information

#494FE1 (or 0x494FE1) is unknown color: approx Neon Blue. HEX triplet: 49, 4F and E1. RGB value is (73,79,225). Sum of RGB (Red+Green+Blue) = 73+79+225=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #494FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FE1 is #B6B01E. Grayscale: #5D5D5D. Windows color (decimal): -11972639 or 14765897. OLE color: 14765897.

HSL color Cylindrical-coordinate representation of color #494FE1: hue angle of 237.63º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494FE1 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7379225-
CMYK0.680.6500.12
HSL237.63º71.7%58.43%-
HSV(B)237.63º67.56%88.24%-
XYZ19.1312.4472.63-
YUV93.85202.01113.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 225 (88.28% from 255) = 59.68%
R=19.36%
G=20.95%
B=59.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73792250.680.6500.12237.6371.758.43
Hex494FE144410Cee483a
Octal11111734110410101435611072
Binary10010011001111111000011000100100000101100111011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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