#4E49FF

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

Shades of Neon Blue #4E49FF

Tints of Neon Blue #4E49FF

Color information

#4E49FF (or 0x4E49FF) is unknown color: approx Neon Blue. HEX triplet: 4E, 49 and FF. RGB value is (78,73,255). Sum of RGB (Red+Green+Blue) = 78+73+255=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 73 (28.91% from 255 or 17.98% 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 #4E49FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E49FF is #B1B600. Grayscale: #5E5E5E. Windows color (decimal): -11646465 or 16730446. OLE color: 16730446.

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

Color convert

RGB7873255-
CMYK0.690.7100
HSL241.65º100%64.31%-
HSV(B)241.65º71.37%100%-
XYZ23.5713.695.99-
YUV95.24218.16115.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal78732550.690.7100241.6510064.31
Hex4E49FF454700f26440
Octal11611137710510700362144100
Binary100111010010011111111110001011000111001111001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E49FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E49FF; }

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

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

<style>
 a { background-color: #4E49FF; }

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

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

<style>
 span { border-color: #4E49FF; }

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

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