#5B4AF0

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

Shades of Neon Blue #5B4AF0

Tints of Neon Blue #5B4AF0

Color information

#5B4AF0 (or 0x5B4AF0) is unknown color: approx Neon Blue. HEX triplet: 5B, 4A and F0. RGB value is (91,74,240). Sum of RGB (Red+Green+Blue) = 91+74+240=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #5B4AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B4AF0 is #A4B50F. Grayscale: #616161. Windows color (decimal): -10794256 or 15747675. OLE color: 15747675.

HSL color Cylindrical-coordinate representation of color #5B4AF0: hue angle of 246.14º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B4AF0 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9174240-
CMYK0.620.6900.06
HSL246.14º84.69%61.57%-
HSV(B)246.14º69.17%94.12%-
XYZ22.4913.4183.84-
YUV98.01208.13123-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.47%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=22.47%
G=18.27%
B=59.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91742400.620.6900.06246.1484.6961.57
Hex5B4AF03E4506f6553e
Octal133112360761050636612576
Binary101101110010101111000011111010001010110111101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,240); }

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

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

 a { background-color: rgb(91,74,240); }

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

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

 span { border-color: rgb(91,74,240); }

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