#5B6BFB

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

Shades of Neon Blue #5B6BFB

Tints of Neon Blue #5B6BFB

Color information

#5B6BFB (or 0x5B6BFB) is unknown color: approx Neon Blue. HEX triplet: 5B, 6B and FB. RGB value is (91,107,251). Sum of RGB (Red+Green+Blue) = 91+107+251=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B6BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6BFB is #A49404. Grayscale: #767676. Windows color (decimal): -10785797 or 16477019. OLE color: 16477019.

HSL color Cylindrical-coordinate representation of color #5B6BFB: hue angle of 234º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B6BFB is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91107251-
CMYK0.640.5700.02
HSL234º95.24%67.06%-
HSV(B)234º63.75%98.43%-
XYZ26.9819.793.65-
YUV118.63202.7108.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.27%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 251 (98.44% from 255) = 55.90%
R=20.27%
G=23.83%
B=55.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911072510.640.5700.0223495.2467.06
Hex5B6BFB403902ea5f43
Octal1331533731007102352137103
Binary101101111010111111101110000001110010101110101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,107,251); }

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

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

 a { background-color: rgb(91,107,251); }

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

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

 span { border-color: rgb(91,107,251); }

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