Html Css Color HEX #5B6AF7 Neon Blue

📋 copy color: '#5B6AF7'

red 91 ◦ green 106 ◦ blue 247

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

Shades of Neon Blue #5B6AF7

Tints of Neon Blue #5B6AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.63%

R = 20.5%
G = 23.87%
B = 55.63%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5B6AF7 (or 0x5B6AF7) is known color: Neon Blue. HEX triplet: 5B, 6A and F7. RGB value is (91,106,247). Sum of RGB (Red+Green+Blue) = 91+106+247=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #5B6AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6AF7 is #A49508. Grayscale: #757575. Windows color (decimal): -10786057 or 16214619. OLE color: 16214619.

HSL color Cylindrical-coordinate representation of color #5B6AF7: hue angle of 234.23º degrees, saturation: 0.91, 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 #5B6AF7 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 91 106 247 -
CMYK 0.63 0.57 0 0.03
HSL 234.23º 0.91% 0.66% -
HSV(B) 234.23º 0.63% 0.97% -
XYZ 26.26 19.25 90.33 -
YUV 117.59 201.03 109.04 -
System Red Green Blue C M Y K H S L
Decimal 91 106 247 0.63 0.57 0 0.03 234.23 0.91 0.66
Hex 5B 6A F7 3F 39 0 3 EA 5B 42
Octal 133 152 367 77 71 0 3 352 133 102
Binary 1011011 1101010 11110111 111111 111001 0 11 11101010 1011011 1000010

Color Harmonies of #5B6AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6AF7

Black with #5B6AF7

Text Example


Text Example

White with #5B6AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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