Html Css Color HEX #5B40FD Neon Blue

📋 copy color: '#5B40FD'

red 91 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #5B40FD

Tints of Neon Blue #5B40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 22.3%
G = 15.69%
B = 62.01%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B40FD (or 0x5B40FD) is known color: Neon Blue. HEX triplet: 5B, 40 and FD. RGB value is (91,64,253). Sum of RGB (Red+Green+Blue) = 91+64+253=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B40FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B40FD is #A4BF02. Grayscale: #5C5C5C. Windows color (decimal): -10796803 or 16597083. OLE color: 16597083.

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

Color convert

RGB 91 64 253 -
CMYK 0.64 0.75 0 0.01
HSL 248.57º 0.98% 0.62% -
HSV(B) 248.57º 0.75% 0.99% -
XYZ 23.88 12.98 94.18 -
YUV 93.62 217.95 126.13 -
System Red Green Blue C M Y K H S L
Decimal 91 64 253 0.64 0.75 0 0.01 248.57 0.98 0.62
Hex 5B 40 FD 40 4B 0 1 F9 62 3E
Octal 133 100 375 100 113 0 1 371 142 76
Binary 1011011 1000000 11111101 1000000 1001011 0 1 11111001 1100010 111110

Color Harmonies of #5B40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40FD

Black with #5B40FD

Text Example


Text Example

White with #5B40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,64,253); }

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

background-color css

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

 a { background-color: rgb(91,64,253); }

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

border-color css

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

 span { border-color: rgb(91,64,253); }

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