#5849EB

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

Shades of Neon Blue #5849EB

Tints of Neon Blue #5849EB

Color information

#5849EB (or 0x5849EB) is unknown color: approx Neon Blue. HEX triplet: 58, 49 and EB. RGB value is (88,73,235). Sum of RGB (Red+Green+Blue) = 88+73+235=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #5849EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5849EB is #A7B614. Grayscale: #5F5F5F. Windows color (decimal): -10991125 or 15419736. OLE color: 15419736.

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

Color convert

RGB8873235-
CMYK0.630.6900.08
HSL245.56º80.2%60.39%-
HSV(B)245.56º68.94%92.16%-
XYZ21.412.8479.95-
YUV95.95206.47122.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.22%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 235 (92.19% from 255) = 59.34%
R=22.22%
G=18.43%
B=59.34%

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
Decimal88732350.630.6900.08245.5680.260.39
Hex5849EB3F4508f6503c
Octal1301113537710501036612074
Binary1011000100100111101011111111100010101000111101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5849EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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