Html Css Color HEX #5B37FE Neon Blue

📋 copy color: '#5B37FE'

red 91 ◦ green 55 ◦ blue 254

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

Shades of Neon Blue #5B37FE

Tints of Neon Blue #5B37FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.75%

 BLUE value IS 254 (99.61% from 255) = 63.5%

R = 22.75%
G = 13.75%
B = 63.5%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5B37FE (or 0x5B37FE) is known color: Neon Blue. HEX triplet: 5B, 37 and FE. RGB value is (91,55,254). Sum of RGB (Red+Green+Blue) = 91+55+254=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B37FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B37FE is #A4C801. Grayscale: #575757. Windows color (decimal): -10799106 or 16660315. OLE color: 16660315.

HSL color Cylindrical-coordinate representation of color #5B37FE: hue angle of 250.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B37FE is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 55 254 -
CMYK 0.64 0.78 0 0.00
HSL 250.85º 0.99% 0.61% -
HSV(B) 250.85º 0.78% 1% -
XYZ 23.57 12.11 94.86 -
YUV 88.45 221.43 129.82 -
System Red Green Blue C M Y K H S L
Decimal 91 55 254 0.64 0.78 0 0.00 250.85 0.99 0.61
Hex 5B 37 FE 40 4E 0 0 FB 63 3D
Octal 133 67 376 100 116 0 0 373 143 75
Binary 1011011 110111 11111110 1000000 1001110 0 0 11111011 1100011 111101

Color Harmonies of #5B37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B37FE

Black with #5B37FE

Text Example


Text Example

White with #5B37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,55,254); }

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

background-color css

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

 a { background-color: rgb(91,55,254); }

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

border-color css

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

 span { border-color: rgb(91,55,254); }

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