#5B6DFA

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

Shades of Neon Blue #5B6DFA

Tints of Neon Blue #5B6DFA

Color information

#5B6DFA (or 0x5B6DFA) is unknown color: approx Neon Blue. HEX triplet: 5B, 6D and FA. RGB value is (91,109,250). Sum of RGB (Red+Green+Blue) = 91+109+250=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B6DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6DFA is #A49205. Grayscale: #777777. Windows color (decimal): -10785286 or 16411995. OLE color: 16411995.

HSL color Cylindrical-coordinate representation of color #5B6DFA: hue angle of 233.21º degrees, saturation: 0.94, 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 #5B6DFA is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91109250-
CMYK0.640.5600.02
HSL233.21º94.08%66.86%-
HSV(B)233.21º63.6%98.04%-
XYZ27.0420.0692.89-
YUV119.69201.54107.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.22%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 250 (98.05% from 255) = 55.56%
R=20.22%
G=24.22%
B=55.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911092500.640.5600.02233.2194.0866.86
Hex5B6DFA403802e95e43
Octal1331553721007002351136103
Binary101101111011011111101010000001110000101110100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,109,250); }

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

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

 a { background-color: rgb(91,109,250); }

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

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

 span { border-color: rgb(91,109,250); }

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