#4941E5

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

Shades of Neon Blue #4941E5

Tints of Neon Blue #4941E5

Color information

#4941E5 (or 0x4941E5) is unknown color: approx Neon Blue. HEX triplet: 49, 41 and E5. RGB value is (73,65,229). Sum of RGB (Red+Green+Blue) = 73+65+229=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #4941E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941E5 is #B6BE1A. Grayscale: #555555. Windows color (decimal): -11976219 or 15024457. OLE color: 15024457.

HSL color Cylindrical-coordinate representation of color #4941E5: hue angle of 242.93º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4941E5 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7365229-
CMYK0.680.7200.10
HSL242.93º75.93%57.65%-
HSV(B)242.93º71.62%89.8%-
XYZ18.7810.8575.23-
YUV86.09208.65118.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 229 (89.84% from 255) = 62.40%
R=19.89%
G=17.71%
B=62.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73652290.680.7200.10242.9375.9357.65
Hex4941E544480Af34c3a
Octal11110134510411001236311472
Binary10010011000001111001011000100100100001010111100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4941E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4941E5; }

 p { color: rgb(73,65,229); }

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

<style>
 a { background-color: #4941E5; }

 a { background-color: rgb(73,65,229); }

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

<style>
 span { border-color: #4941E5; }

 span { border-color: rgb(73,65,229); }

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