Html Css Color HEX #5B6DFB Neon Blue

📋 copy color: '#5B6DFB'

red 91 ◦ green 109 ◦ blue 251

#5B6DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5B6DFB

Tints of Neon Blue #5B6DFB

RGB

 RED value IS 91 (35.94% from 255) = 20.18%

 GREEN value IS 109 (42.97% from 255) = 24.17%

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 20.18%
G = 24.17%
B = 55.65%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B6DFB (or 0x5B6DFB) is known color: Neon Blue. HEX triplet: 5B, 6D and FB. RGB value is (91,109,251). Sum of RGB (Red+Green+Blue) = 91+109+251=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B6DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6DFB is #A49204. Grayscale: #777777. Windows color (decimal): -10785285 or 16477531. OLE color: 16477531.

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

Color convert

RGB 91 109 251 -
CMYK 0.64 0.57 0 0.02
HSL 233.25º 0.95% 0.67% -
HSV(B) 233.25º 0.64% 0.98% -
XYZ 27.2 20.13 93.72 -
YUV 119.81 202.04 107.45 -
System Red Green Blue C M Y K H S L
Decimal 91 109 251 0.64 0.57 0 0.02 233.25 0.95 0.67
Hex 5B 6D FB 40 39 0 2 E9 5F 43
Octal 133 155 373 100 71 0 2 351 137 103
Binary 1011011 1101101 11111011 1000000 111001 0 10 11101001 1011111 1000011

Color Harmonies of #5B6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6DFB

Black with #5B6DFB

Text Example


Text Example

White with #5B6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B6DFB;
 }
 .AnyTagClassName
 {
   color: #5B6DFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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