Html Css Color HEX #5B41FD Neon Blue

📋 copy color: '#5B41FD'

red 91 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #5B41FD

Tints of Neon Blue #5B41FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

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

R = 22.25%
G = 15.89%
B = 61.86%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B41FD (or 0x5B41FD) is known color: Neon Blue. HEX triplet: 5B, 41 and FD. RGB value is (91,65,253). Sum of RGB (Red+Green+Blue) = 91+65+253=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B41FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B41FD is #A4BE02. Grayscale: #5D5D5D. Windows color (decimal): -10796547 or 16597339. OLE color: 16597339.

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

Color convert

RGB 91 65 253 -
CMYK 0.64 0.74 0 0.01
HSL 248.3º 0.98% 0.62% -
HSV(B) 248.3º 0.74% 0.99% -
XYZ 23.93 13.1 94.19 -
YUV 94.21 217.61 125.71 -
System Red Green Blue C M Y K H S L
Decimal 91 65 253 0.64 0.74 0 0.01 248.3 0.98 0.62
Hex 5B 41 FD 40 4A 0 1 F8 62 3E
Octal 133 101 375 100 112 0 1 370 142 76
Binary 1011011 1000001 11111101 1000000 1001010 0 1 11111000 1100010 111110

Color Harmonies of #5B41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B41FD

Black with #5B41FD

Text Example


Text Example

White with #5B41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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