Html Css Color HEX #5B6AF6 Neon Blue

📋 copy color: '#5B6AF6'

red 91 ◦ green 106 ◦ blue 246

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

Shades of Neon Blue #5B6AF6

Tints of Neon Blue #5B6AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.93%

 BLUE value IS 246 (96.48% from 255) = 55.53%

R = 20.54%
G = 23.93%
B = 55.53%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5B6AF6 (or 0x5B6AF6) is known color: Neon Blue. HEX triplet: 5B, 6A and F6. RGB value is (91,106,246). Sum of RGB (Red+Green+Blue) = 91+106+246=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #5B6AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6AF6 is #A49509. Grayscale: #747474. Windows color (decimal): -10786058 or 16149083. OLE color: 16149083.

HSL color Cylindrical-coordinate representation of color #5B6AF6: hue angle of 234.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B6AF6 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 106 246 -
CMYK 0.63 0.57 0 0.04
HSL 234.19º 0.9% 0.66% -
HSV(B) 234.19º 0.63% 0.96% -
XYZ 26.1 19.19 89.52 -
YUV 117.48 200.53 109.12 -
System Red Green Blue C M Y K H S L
Decimal 91 106 246 0.63 0.57 0 0.04 234.19 0.9 0.66
Hex 5B 6A F6 3F 39 0 4 EA 5A 42
Octal 133 152 366 77 71 0 4 352 132 102
Binary 1011011 1101010 11110110 111111 111001 0 100 11101010 1011010 1000010

Color Harmonies of #5B6AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6AF6

Black with #5B6AF6

Text Example


Text Example

White with #5B6AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,106,246); }

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

background-color css

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

 a { background-color: rgb(91,106,246); }

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

border-color css

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

 span { border-color: rgb(91,106,246); }

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