#5B3FE9

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

Shades of Neon Blue #5B3FE9

Tints of Neon Blue #5B3FE9

Color information

#5B3FE9 (or 0x5B3FE9) is unknown color: approx Neon Blue. HEX triplet: 5B, 3F and E9. RGB value is (91,63,233). Sum of RGB (Red+Green+Blue) = 91+63+233=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 233 (91.41% from 255 or 60.21% from 387); Max value from RGB is 233 - color contains mainly: blue. Hex color #5B3FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3FE9 is #A4C016. Grayscale: #5A5A5A. Windows color (decimal): -10797079 or 15286107. OLE color: 15286107.

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

Color convert

RGB9163233-
CMYK0.610.7300.09
HSL249.88º79.44%58.04%-
HSV(B)249.88º72.96%91.37%-
XYZ20.811.6678.25-
YUV90.75208.28128.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.51%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 233 (91.41% from 255) = 60.21%
R=23.51%
G=16.28%
B=60.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal91632330.610.7300.09249.8879.4458.04
Hex5B3FE93D4909fa4f3a
Octal133773517511101137211772
Binary101101111111111101001111101100100101001111110101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,63,233); }

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

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

 a { background-color: rgb(91,63,233); }

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

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

 span { border-color: rgb(91,63,233); }

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