#5B40FF

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

Shades of Neon Blue #5B40FF

Tints of Neon Blue #5B40FF

Color information

#5B40FF (or 0x5B40FF) is unknown color: approx Neon Blue. HEX triplet: 5B, 40 and FF. RGB value is (91,64,255). Sum of RGB (Red+Green+Blue) = 91+64+255=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B40FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B40FF is #A4BF00. Grayscale: #5D5D5D. Windows color (decimal): -10796801 or 16728155. OLE color: 16728155.

HSL color Cylindrical-coordinate representation of color #5B40FF: hue angle of 248.48º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B40FF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9164255-
CMYK0.640.7500
HSL248.48º100%62.55%-
HSV(B)248.48º74.9%100%-
XYZ24.213.1195.86-
YUV93.85218.95125.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.20%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 255 (100% from 255) = 62.20%
R=22.20%
G=15.61%
B=62.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal91642550.640.7500248.4810062.55
Hex5B40FF404B00f8643f
Octal1331003771001130037014477
Binary10110111000000111111111000000100101100111110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,64,255); }

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

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

 a { background-color: rgb(91,64,255); }

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

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

 span { border-color: rgb(91,64,255); }

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