#5B5CF5

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

Shades of Neon Blue #5B5CF5

Tints of Neon Blue #5B5CF5

Color information

#5B5CF5 (or 0x5B5CF5) is unknown color: approx Neon Blue. HEX triplet: 5B, 5C and F5. RGB value is (91,92,245). Sum of RGB (Red+Green+Blue) = 91+92+245=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 245 (96.09% from 255 or 57.24% from 428); Max value from RGB is 245 - color contains mainly: blue. Hex color #5B5CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CF5 is #A4A30A. Grayscale: #6C6C6C. Windows color (decimal): -10789643 or 16079963. OLE color: 16079963.

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

Color convert

RGB9192245-
CMYK0.630.6200.04
HSL239.61º88.51%65.88%-
HSV(B)239.61º62.86%96.08%-
XYZ24.6216.4788.27-
YUV109.14204.67115.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.26%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 245 (96.09% from 255) = 57.24%
R=21.26%
G=21.50%
B=57.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91922450.630.6200.04239.6188.5165.88
Hex5B5CF53F3E04f05942
Octal133134365777604360131102
Binary101101110111001111010111111111111001001111000010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,92,245); }

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

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

 a { background-color: rgb(91,92,245); }

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

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

 span { border-color: rgb(91,92,245); }

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