#5B4FEB

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

Shades of Neon Blue #5B4FEB

Tints of Neon Blue #5B4FEB

Color information

#5B4FEB (or 0x5B4FEB) is unknown color: approx Neon Blue. HEX triplet: 5B, 4F and EB. RGB value is (91,79,235). Sum of RGB (Red+Green+Blue) = 91+79+235=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B4FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B4FEB is #A4B014. Grayscale: #636363. Windows color (decimal): -10792981 or 15421275. OLE color: 15421275.

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

Color convert

RGB9179235-
CMYK0.610.6600.08
HSL244.62º79.59%61.57%-
HSV(B)244.62º66.38%92.16%-
XYZ22.1113.8180.1-
YUV100.37203.98121.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.47%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 235 (92.19% from 255) = 58.02%
R=22.47%
G=19.51%
B=58.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal91792350.610.6600.08244.6279.5961.57
Hex5B4FEB3D4208f5503e
Octal1331173537510201036512076
Binary1011011100111111101011111101100001001000111101011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B4FEB; }

 p { color: rgb(91,79,235); }

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

<style>
 a { background-color: #5B4FEB; }

 a { background-color: rgb(91,79,235); }

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

<style>
 span { border-color: #5B4FEB; }

 span { border-color: rgb(91,79,235); }

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