#4049FF

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

Shades of Neon Blue #4049FF

Tints of Neon Blue #4049FF

Color information

#4049FF (or 0x4049FF) is unknown color: approx Neon Blue. HEX triplet: 40, 49 and FF. RGB value is (64,73,255). Sum of RGB (Red+Green+Blue) = 64+73+255=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #4049FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4049FF is #BFB600. Grayscale: #5A5A5A. Windows color (decimal): -12563969 or 16730432. OLE color: 16730432.

HSL color Cylindrical-coordinate representation of color #4049FF: hue angle of 237.17º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4049FF is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6473255-
CMYK0.750.7100
HSL237.17º100%62.55%-
HSV(B)237.17º74.9%100%-
XYZ22.5513.0895.94-
YUV91.06220.52108.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 255 (100% from 255) = 65.05%
R=16.33%
G=18.62%
B=65.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64732550.750.7100237.1710062.55
Hex4049FF4B4700ed643f
Octal1001113771131070035514477
Binary10000001001001111111111001011100011100111011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4049FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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