Html Css Color HEX #5B3BFA Neon Blue

📋 copy color: '#5B3BFA'

red 91 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #5B3BFA

Tints of Neon Blue #5B3BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.75%

 BLUE value IS 250 (98.05% from 255) = 62.5%

R = 22.75%
G = 14.75%
B = 62.5%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B3BFA (or 0x5B3BFA) is known color: Neon Blue. HEX triplet: 5B, 3B and FA. RGB value is (91,59,250). Sum of RGB (Red+Green+Blue) = 91+59+250=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B3BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3BFA is #A4C405. Grayscale: #595959. Windows color (decimal): -10798086 or 16399195. OLE color: 16399195.

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

Color convert

RGB 91 59 250 -
CMYK 0.64 0.76 0 0.02
HSL 250.05º 0.95% 0.61% -
HSV(B) 250.05º 0.76% 0.98% -
XYZ 23.13 12.25 91.59 -
YUV 90.34 218.1 128.47 -
System Red Green Blue C M Y K H S L
Decimal 91 59 250 0.64 0.76 0 0.02 250.05 0.95 0.61
Hex 5B 3B FA 40 4C 0 2 FA 5F 3D
Octal 133 73 372 100 114 0 2 372 137 75
Binary 1011011 111011 11111010 1000000 1001100 0 10 11111010 1011111 111101

Color Harmonies of #5B3BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3BFA

Black with #5B3BFA

Text Example


Text Example

White with #5B3BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,59,250); }

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

background-color css

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

 a { background-color: rgb(91,59,250); }

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

border-color css

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

 span { border-color: rgb(91,59,250); }

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