#5B6FFF

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

Shades of Neon Blue #5B6FFF

Tints of Neon Blue #5B6FFF

Color information

#5B6FFF (or 0x5B6FFF) is unknown color: approx Neon Blue. HEX triplet: 5B, 6F and FF. RGB value is (91,111,255). Sum of RGB (Red+Green+Blue) = 91+111+255=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B6FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6FFF is #A49000. Grayscale: #787878. Windows color (decimal): -10784769 or 16740187. OLE color: 16740187.

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

Color convert

RGB91111255-
CMYK0.640.5600
HSL232.68º100%67.84%-
HSV(B)232.68º64.31%100%-
XYZ28.0520.8197.15-
YUV121.44203.37106.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.91%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 255 (100% from 255) = 55.80%
R=19.91%
G=24.29%
B=55.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal911112550.640.5600232.6810067.84
Hex5B6FFF403800e96444
Octal1331573771007000351144104
Binary10110111101111111111111000000111000001110100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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