#5B4CF2

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

Shades of Neon Blue #5B4CF2

Tints of Neon Blue #5B4CF2

Color information

#5B4CF2 (or 0x5B4CF2) is unknown color: approx Neon Blue. HEX triplet: 5B, 4C and F2. RGB value is (91,76,242). Sum of RGB (Red+Green+Blue) = 91+76+242=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #5B4CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B4CF2 is #A4B30D. Grayscale: #626262. Windows color (decimal): -10793742 or 15879259. OLE color: 15879259.

HSL color Cylindrical-coordinate representation of color #5B4CF2: hue angle of 245.42º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B4CF2 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9176242-
CMYK0.620.6900.05
HSL245.42º86.46%62.35%-
HSV(B)245.42º68.6%94.9%-
XYZ22.9313.885.46-
YUV99.41208.47122-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.25%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 242 (94.92% from 255) = 59.17%
R=22.25%
G=18.58%
B=59.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91762420.620.6900.05245.4286.4662.35
Hex5B4CF23E4505f5563e
Octal133114362761050536512676
Binary101101110011001111001011111010001010101111101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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