#5146E5

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

Shades of Neon Blue #5146E5

Tints of Neon Blue #5146E5

Color information

#5146E5 (or 0x5146E5) is unknown color: approx Neon Blue. HEX triplet: 51, 46 and E5. RGB value is (81,70,229). Sum of RGB (Red+Green+Blue) = 81+70+229=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 229 (89.84% from 255 or 60.26% from 380); Max value from RGB is 229 - color contains mainly: blue. Hex color #5146E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5146E5 is #AEB91A. Grayscale: #5A5A5A. Windows color (decimal): -11450651 or 15025745. OLE color: 15025745.

HSL color Cylindrical-coordinate representation of color #5146E5: hue angle of 244.15º 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 #5146E5 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8170229-
CMYK0.650.6900.10
HSL244.15º75.36%58.63%-
HSV(B)244.15º69.43%89.8%-
XYZ19.7311.7975.36-
YUV91.42205.64120.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 229 (89.84% from 255) = 60.26%
R=21.32%
G=18.42%
B=60.26%

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
Decimal81702290.650.6900.10244.1575.3658.63
Hex5146E541450Af44b3b
Octal12110634510110501236411373
Binary10100011000110111001011000001100010101010111101001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5146E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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