#4049E8

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

Shades of Neon Blue #4049E8

Tints of Neon Blue #4049E8

Color information

#4049E8 (or 0x4049E8) is unknown color: approx Neon Blue. HEX triplet: 40, 49 and E8. RGB value is (64,73,232). Sum of RGB (Red+Green+Blue) = 64+73+232=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #4049E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4049E8 is #BFB617. Grayscale: #575757. Windows color (decimal): -12563992 or 15223104. OLE color: 15223104.

HSL color Cylindrical-coordinate representation of color #4049E8: hue angle of 236.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4049E8 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6473232-
CMYK0.720.6900.09
HSL236.79º78.5%58.04%-
HSV(B)236.79º72.41%90.98%-
XYZ19.0611.6877.59-
YUV88.44209.02110.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 232 (91.02% from 255) = 62.87%
R=17.34%
G=19.78%
B=62.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64732320.720.6900.09236.7978.558.04
Hex4049E8484509ed4f3a
Octal10011135011010501135511772
Binary10000001001001111010001001000100010101001111011011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4049E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4049E8; }

 p { color: rgb(64,73,232); }

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

<style>
 a { background-color: #4049E8; }

 a { background-color: rgb(64,73,232); }

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

<style>
 span { border-color: #4049E8; }

 span { border-color: rgb(64,73,232); }

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