#5b56f3

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

Shades of Neon Blue #5B56F3

Tints of Neon Blue #5B56F3

Color information

#5B56F3 (or 0x5B56F3) is unknown color: approx Neon Blue. HEX triplet: 5B, 56 and F3. RGB value is (91,86,243). Sum of RGB (Red+Green+Blue) = 91+86+243=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B56F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B56F3 is #A4A90C. Grayscale: #686868. Windows color (decimal): -10791181 or 15947355. OLE color: 15947355.

HSL color Cylindrical-coordinate representation of color #5B56F3: hue angle of 241.91º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B56F3 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9186243-
CMYK0.630.6500.05
HSL241.91º86.74%64.51%-
HSV(B)241.91º64.61%95.29%-
XYZ23.8215.3586.5-
YUV105.39205.66117.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.67%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=21.67%
G=20.48%
B=57.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91862430.630.6500.05241.9186.7464.51
Hex5B56F33F4105f25741
Octal1331263637710105362127101
Binary1011011101011011110011111111100000101011111001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b56f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,86,243); }

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

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

 a { background-color: rgb(91,86,243); }

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

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

 span { border-color: rgb(91,86,243); }

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