#5B38E8

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

Shades of Neon Blue #5B38E8

Tints of Neon Blue #5B38E8

Color information

#5B38E8 (or 0x5B38E8) is unknown color: approx Neon Blue. HEX triplet: 5B, 38 and E8. RGB value is (91,56,232). Sum of RGB (Red+Green+Blue) = 91+56+232=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #5B38E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B38E8 is #A4C717. Grayscale: #555555. Windows color (decimal): -10798872 or 15218779. OLE color: 15218779.

HSL color Cylindrical-coordinate representation of color #5B38E8: hue angle of 251.93º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B38E8 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9156232-
CMYK0.610.7600.09
HSL251.93º79.28%56.47%-
HSV(B)251.93º75.86%90.98%-
XYZ20.2910.8877.37-
YUV86.53210.1131.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.01%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 232 (91.02% from 255) = 61.21%
R=24.01%
G=14.78%
B=61.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal91562320.610.7600.09251.9379.2856.47
Hex5B38E83D4C09fc4f38
Octal133703507511401137411770
Binary101101111100011101000111101100110001001111111001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B38E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,232); }

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

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

 a { background-color: rgb(91,56,232); }

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

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

 span { border-color: rgb(91,56,232); }

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