#5B4BE5

Color #5B4BE5 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5B4BE5

Tints of Neon Blue #5B4BE5

Color information

#5B4BE5 (or 0x5B4BE5) is unknown color: approx Neon Blue. HEX triplet: 5B, 4B and E5. RGB value is (91,75,229). Sum of RGB (Red+Green+Blue) = 91+75+229=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #5B4BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4BE5 is #A4B41A. Grayscale: #606060. Windows color (decimal): -10794011 or 15027035. OLE color: 15027035.

HSL color Cylindrical-coordinate representation of color #5B4BE5: hue angle of 246.23º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B4BE5 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9175229-
CMYK0.600.6700.10
HSL246.23º74.76%59.61%-
HSV(B)246.23º67.25%89.8%-
XYZ20.9712.9175.52-
YUV97.34202.3123.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.04%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 229 (89.84% from 255) = 57.97%
R=23.04%
G=18.99%
B=57.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal91752290.600.6700.10246.2374.7659.61
Hex5B4BE53C430Af64b3c
Octal1331133457410301236611374
Binary1011011100101111100101111100100001101010111101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,75,229); }

 H1.HeaderClassName
 {
   color: #5B4BE5;
 }
 .AnyTagClassName
 {
   color: #5B4BE5;
 }
</style>
background-color css

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

 a { background-color: rgb(91,75,229); }

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

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

 span { border-color: rgb(91,75,229); }

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