Html Css Color HEX #5B5AF8 Neon Blue

📋 copy color: '#5B5AF8'

red 91 ◦ green 90 ◦ blue 248

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

Shades of Neon Blue #5B5AF8

Tints of Neon Blue #5B5AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

 BLUE value IS 248 (97.27% from 255) = 57.81%

R = 21.21%
G = 20.98%
B = 57.81%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5B5AF8 (or 0x5B5AF8) is known color: Neon Blue. HEX triplet: 5B, 5A and F8. RGB value is (91,90,248). Sum of RGB (Red+Green+Blue) = 91+90+248=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5AF8 is #A4A507. Grayscale: #6B6B6B. Windows color (decimal): -10790152 or 16276059. OLE color: 16276059.

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

Color convert

RGB 91 90 248 -
CMYK 0.63 0.64 0 0.03
HSL 240.38º 0.92% 0.66% -
HSV(B) 240.38º 0.64% 0.97% -
XYZ 24.91 16.31 90.64 -
YUV 108.31 206.83 115.65 -
System Red Green Blue C M Y K H S L
Decimal 91 90 248 0.63 0.64 0 0.03 240.38 0.92 0.66
Hex 5B 5A F8 3F 40 0 3 F0 5C 42
Octal 133 132 370 77 100 0 3 360 134 102
Binary 1011011 1011010 11111000 111111 1000000 0 11 11110000 1011100 1000010

Color Harmonies of #5B5AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5AF8

Black with #5B5AF8

Text Example


Text Example

White with #5B5AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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