#5149EB

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

Shades of Neon Blue #5149EB

Tints of Neon Blue #5149EB

Color information

#5149EB (or 0x5149EB) is unknown color: approx Neon Blue. HEX triplet: 51, 49 and EB. RGB value is (81,73,235). Sum of RGB (Red+Green+Blue) = 81+73+235=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #5149EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5149EB is #AEB614. Grayscale: #5D5D5D. Windows color (decimal): -11449877 or 15419729. OLE color: 15419729.

HSL color Cylindrical-coordinate representation of color #5149EB: hue angle of 242.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5149EB is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8173235-
CMYK0.660.6900.08
HSL242.96º80.2%60.39%-
HSV(B)242.96º68.94%92.16%-
XYZ20.7712.5179.92-
YUV93.86207.65118.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 235 (92.19% from 255) = 60.41%
R=20.82%
G=18.77%
B=60.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal81732350.660.6900.08242.9680.260.39
Hex5149EB424508f3503c
Octal12111135310210501036312074
Binary10100011001001111010111000010100010101000111100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5149EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5149EB; }

 p { color: rgb(81,73,235); }

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

<style>
 a { background-color: #5149EB; }

 a { background-color: rgb(81,73,235); }

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

<style>
 span { border-color: #5149EB; }

 span { border-color: rgb(81,73,235); }

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