Html Css Color HEX #5B3FFA Neon Blue

📋 copy color: '#5B3FFA'

red 91 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #5B3FFA

Tints of Neon Blue #5B3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

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

R = 22.52%
G = 15.59%
B = 61.88%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B3FFA (or 0x5B3FFA) is known color: Neon Blue. HEX triplet: 5B, 3F and FA. RGB value is (91,63,250). Sum of RGB (Red+Green+Blue) = 91+63+250=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B3FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3FFA is #A4C005. Grayscale: #5B5B5B. Windows color (decimal): -10797062 or 16400219. OLE color: 16400219.

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

Color convert

RGB 91 63 250 -
CMYK 0.64 0.75 0 0.02
HSL 248.98º 0.95% 0.61% -
HSV(B) 248.98º 0.75% 0.98% -
XYZ 23.35 12.68 91.66 -
YUV 92.69 216.78 126.79 -
System Red Green Blue C M Y K H S L
Decimal 91 63 250 0.64 0.75 0 0.02 248.98 0.95 0.61
Hex 5B 3F FA 40 4B 0 2 F9 5F 3D
Octal 133 77 372 100 113 0 2 371 137 75
Binary 1011011 111111 11111010 1000000 1001011 0 10 11111001 1011111 111101

Color Harmonies of #5B3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3FFA

Black with #5B3FFA

Text Example


Text Example

White with #5B3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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