#5749EB

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

Shades of Neon Blue #5749EB

Tints of Neon Blue #5749EB

Color information

#5749EB (or 0x5749EB) is unknown color: approx Neon Blue. HEX triplet: 57, 49 and EB. RGB value is (87,73,235). Sum of RGB (Red+Green+Blue) = 87+73+235=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #5749EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5749EB is #A8B614. Grayscale: #5F5F5F. Windows color (decimal): -11056661 or 15419735. OLE color: 15419735.

HSL color Cylindrical-coordinate representation of color #5749EB: hue angle of 245.19º 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 #5749EB is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8773235-
CMYK0.630.6900.08
HSL245.19º80.2%60.39%-
HSV(B)245.19º68.94%92.16%-
XYZ21.3112.7979.94-
YUV95.65206.64121.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 235 (92.19% from 255) = 59.49%
R=22.03%
G=18.48%
B=59.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal87732350.630.6900.08245.1980.260.39
Hex5749EB3F4508f5503c
Octal1271113537710501036512074
Binary1010111100100111101011111111100010101000111101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5749EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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