#5046E5

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

Shades of Neon Blue #5046E5

Tints of Neon Blue #5046E5

Color information

#5046E5 (or 0x5046E5) is unknown color: approx Neon Blue. HEX triplet: 50, 46 and E5. RGB value is (80,70,229). Sum of RGB (Red+Green+Blue) = 80+70+229=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #5046E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5046E5 is #AFB91A. Grayscale: #5A5A5A. Windows color (decimal): -11516187 or 15025744. OLE color: 15025744.

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

Color convert

RGB8070229-
CMYK0.650.6900.10
HSL243.77º75.36%58.63%-
HSV(B)243.77º69.43%89.8%-
XYZ19.6411.7475.36-
YUV91.12205.81120.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 229 (89.84% from 255) = 60.42%
R=21.11%
G=18.47%
B=60.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80702290.650.6900.10243.7775.3658.63
Hex5046E541450Af44b3b
Octal12010634510110501236411373
Binary10100001000110111001011000001100010101010111101001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5046E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,70,229); }

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

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

 a { background-color: rgb(80,70,229); }

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

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

 span { border-color: rgb(80,70,229); }

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