#5049e6

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

Shades of Neon Blue #5049E6

Tints of Neon Blue #5049E6

Color information

#5049E6 (or 0x5049E6) is unknown color: approx Neon Blue. HEX triplet: 50, 49 and E6. RGB value is (80,73,230). Sum of RGB (Red+Green+Blue) = 80+73+230=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 230 (90.23% from 255 or 60.05% from 383); Max value from RGB is 230 - color contains mainly: blue. Hex color #5049E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5049E6 is #AFB619. Grayscale: #5C5C5C. Windows color (decimal): -11515418 or 15092048. OLE color: 15092048.

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

Color convert

RGB8073230-
CMYK0.650.6800.10
HSL242.68º75.85%59.41%-
HSV(B)242.68º68.26%90.2%-
XYZ19.9712.1876.16-
YUV92.99205.32118.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 230 (90.23% from 255) = 60.05%
R=20.89%
G=19.06%
B=60.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80732300.650.6800.10242.6875.8559.41
Hex5049E641440Af34c3b
Octal12011134610110401236311473
Binary10100001001001111001101000001100010001010111100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5049e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5049e6; }

 p { color: rgb(80,73,230); }

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

<style>
 a { background-color: #5049e6; }

 a { background-color: rgb(80,73,230); }

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

<style>
 span { border-color: #5049e6; }

 span { border-color: rgb(80,73,230); }

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