Html Css Color HEX #5B4CFD Neon Blue

📋 copy color: '#5B4CFD'

red 91 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #5B4CFD

Tints of Neon Blue #5B4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

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

R = 21.67%
G = 18.1%
B = 60.24%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B4CFD (or 0x5B4CFD) is known color: Neon Blue. HEX triplet: 5B, 4C and FD. RGB value is (91,76,253). Sum of RGB (Red+Green+Blue) = 91+76+253=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B4CFD is #A4B302. Grayscale: #636363. Windows color (decimal): -10793731 or 16600155. OLE color: 16600155.

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

Color convert

RGB 91 76 253 -
CMYK 0.64 0.70 0 0.01
HSL 245.08º 0.98% 0.65% -
HSV(B) 245.08º 0.7% 0.99% -
XYZ 24.63 14.48 94.43 -
YUV 100.66 213.97 121.11 -
System Red Green Blue C M Y K H S L
Decimal 91 76 253 0.64 0.70 0 0.01 245.08 0.98 0.65
Hex 5B 4C FD 40 46 0 1 F5 62 41
Octal 133 114 375 100 106 0 1 365 142 101
Binary 1011011 1001100 11111101 1000000 1000110 0 1 11110101 1100010 1000001

Color Harmonies of #5B4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4CFD

Black with #5B4CFD

Text Example


Text Example

White with #5B4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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