#5B6CF8

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

Shades of Neon Blue #5B6CF8

Tints of Neon Blue #5B6CF8

Color information

#5B6CF8 (or 0x5B6CF8) is unknown color: approx Neon Blue. HEX triplet: 5B, 6C and F8. RGB value is (91,108,248). Sum of RGB (Red+Green+Blue) = 91+108+248=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B6CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6CF8 is #A49307. Grayscale: #767676. Windows color (decimal): -10785544 or 16280667. OLE color: 16280667.

HSL color Cylindrical-coordinate representation of color #5B6CF8: hue angle of 233.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B6CF8 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91108248-
CMYK0.630.5600.03
HSL233.5º91.81%66.47%-
HSV(B)233.5º63.31%97.25%-
XYZ26.6219.7391.21-
YUV118.88200.87108.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.36%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 248 (97.27% from 255) = 55.48%
R=20.36%
G=24.16%
B=55.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal911082480.630.5600.03233.591.8166.47
Hex5B6CF83F3803ea5c42
Octal133154370777003352134102
Binary10110111101100111110001111111110000111110101010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,248); }

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

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

 a { background-color: rgb(91,108,248); }

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

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

 span { border-color: rgb(91,108,248); }

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