#5B3FF6

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

Shades of Neon Blue #5B3FF6

Tints of Neon Blue #5B3FF6

Color information

#5B3FF6 (or 0x5B3FF6) is unknown color: approx Neon Blue. HEX triplet: 5B, 3F and F6. RGB value is (91,63,246). Sum of RGB (Red+Green+Blue) = 91+63+246=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #5B3FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3FF6 is #A4C009. Grayscale: #5B5B5B. Windows color (decimal): -10797066 or 16138075. OLE color: 16138075.

HSL color Cylindrical-coordinate representation of color #5B3FF6: hue angle of 249.18º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B3FF6 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9163246-
CMYK0.630.7400.04
HSL249.18º91.04%60.59%-
HSV(B)249.18º74.39%96.47%-
XYZ22.7312.4388.39-
YUV92.23214.78127.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.75%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 246 (96.48% from 255) = 61.5%
R=22.75%
G=15.75%
B=61.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91632460.630.7400.04249.1891.0460.59
Hex5B3FF63F4A04f95b3d
Octal13377366771120437113375
Binary10110111111111111011011111110010100100111110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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