Html Css Color HEX #5B4CEF Neon Blue

📋 copy color: '#5B4CEF'

red 91 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #5B4CEF

Tints of Neon Blue #5B4CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 22.41%
G = 18.72%
B = 58.87%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B4CEF (or 0x5B4CEF) is known color: Neon Blue. HEX triplet: 5B, 4C and EF. RGB value is (91,76,239). Sum of RGB (Red+Green+Blue) = 91+76+239=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B4CEF is #A4B310. Grayscale: #626262. Windows color (decimal): -10793745 or 15682651. OLE color: 15682651.

HSL color Cylindrical-coordinate representation of color #5B4CEF: hue angle of 245.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B4CEF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 76 239 -
CMYK 0.62 0.68 0 0.06
HSL 245.52º 0.84% 0.62% -
HSV(B) 245.52º 0.68% 0.94% -
XYZ 22.48 13.63 83.11 -
YUV 99.07 206.97 122.25 -
System Red Green Blue C M Y K H S L
Decimal 91 76 239 0.62 0.68 0 0.06 245.52 0.84 0.62
Hex 5B 4C EF 3E 44 0 6 F6 54 3E
Octal 133 114 357 76 104 0 6 366 124 76
Binary 1011011 1001100 11101111 111110 1000100 0 110 11110110 1010100 111110

Color Harmonies of #5B4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4CEF

Black with #5B4CEF

Text Example


Text Example

White with #5B4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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