#5B46F6

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

Shades of Neon Blue #5B46F6

Tints of Neon Blue #5B46F6

Color information

#5B46F6 (or 0x5B46F6) is unknown color: approx Neon Blue. HEX triplet: 5B, 46 and F6. RGB value is (91,70,246). Sum of RGB (Red+Green+Blue) = 91+70+246=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #5B46F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B46F6 is #A4B909. Grayscale: #5F5F5F. Windows color (decimal): -10795274 or 16139867. OLE color: 16139867.

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

Color convert

RGB9170246-
CMYK0.630.7200.04
HSL247.16º90.72%61.96%-
HSV(B)247.16º71.54%96.47%-
XYZ23.1413.2688.53-
YUV96.34212.46124.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.36%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 246 (96.48% from 255) = 60.44%
R=22.36%
G=17.20%
B=60.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91702460.630.7200.04247.1690.7261.96
Hex5B46F63F4804f75b3e
Octal133106366771100436713376
Binary101101110001101111011011111110010000100111101111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B46F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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