Html Css Color HEX #5B3AFB Neon Blue

📋 copy color: '#5B3AFB'

red 91 ◦ green 58 ◦ blue 251

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

Shades of Neon Blue #5B3AFB

Tints of Neon Blue #5B3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.5%

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

R = 22.75%
G = 14.5%
B = 62.75%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B3AFB (or 0x5B3AFB) is known color: Neon Blue. HEX triplet: 5B, 3A and FB. RGB value is (91,58,251). Sum of RGB (Red+Green+Blue) = 91+58+251=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B3AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3AFB is #A4C504. Grayscale: #595959. Windows color (decimal): -10798341 or 16464475. OLE color: 16464475.

HSL color Cylindrical-coordinate representation of color #5B3AFB: hue angle of 250.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B3AFB is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 58 251 -
CMYK 0.64 0.77 0 0.02
HSL 250.26º 0.96% 0.61% -
HSV(B) 250.26º 0.77% 0.98% -
XYZ 23.24 12.22 92.4 -
YUV 89.87 218.93 128.81 -
System Red Green Blue C M Y K H S L
Decimal 91 58 251 0.64 0.77 0 0.02 250.26 0.96 0.61
Hex 5B 3A FB 40 4D 0 2 FA 60 3D
Octal 133 72 373 100 115 0 2 372 140 75
Binary 1011011 111010 11111011 1000000 1001101 0 10 11111010 1100000 111101

Color Harmonies of #5B3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3AFB

Black with #5B3AFB

Text Example


Text Example

White with #5B3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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