#5846E8

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

Shades of Neon Blue #5846E8

Tints of Neon Blue #5846E8

Color information

#5846E8 (or 0x5846E8) is unknown color: approx Neon Blue. HEX triplet: 58, 46 and E8. RGB value is (88,70,232). Sum of RGB (Red+Green+Blue) = 88+70+232=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #5846E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5846E8 is #A7B917. Grayscale: #5D5D5D. Windows color (decimal): -10991896 or 15222360. OLE color: 15222360.

HSL color Cylindrical-coordinate representation of color #5846E8: hue angle of 246.67º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5846E8 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8870232-
CMYK0.620.7000.09
HSL246.67º77.88%59.22%-
HSV(B)246.67º69.83%90.98%-
XYZ20.7812.2877.62-
YUV93.85205.96123.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 232 (91.02% from 255) = 59.49%
R=22.56%
G=17.95%
B=59.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal88702320.620.7000.09246.6777.8859.22
Hex5846E83E4609f74e3b
Octal1301063507610601136711673
Binary1011000100011011101000111110100011001001111101111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5846E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5846E8; }

 p { color: rgb(88,70,232); }

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

<style>
 a { background-color: #5846E8; }

 a { background-color: rgb(88,70,232); }

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

<style>
 span { border-color: #5846E8; }

 span { border-color: rgb(88,70,232); }

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