#5C49EB

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

Shades of Neon Blue #5C49EB

Tints of Neon Blue #5C49EB

Color information

#5C49EB (or 0x5C49EB) is unknown color: approx Neon Blue. HEX triplet: 5C, 49 and EB. RGB value is (92,73,235). Sum of RGB (Red+Green+Blue) = 92+73+235=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C49EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C49EB is #A3B614. Grayscale: #606060. Windows color (decimal): -10728981 or 15419740. OLE color: 15419740.

HSL color Cylindrical-coordinate representation of color #5C49EB: hue angle of 247.04º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C49EB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9273235-
CMYK0.610.6900.08
HSL247.04º80.2%60.39%-
HSV(B)247.04º68.94%92.16%-
XYZ21.7913.0479.97-
YUV97.15205.79124.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 235 (92.19% from 255) = 58.75%
R=23%
G=18.25%
B=58.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92732350.610.6900.08247.0480.260.39
Hex5C49EB3D4508f7503c
Octal1341113537510501036712074
Binary1011100100100111101011111101100010101000111101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,235); }

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

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

 a { background-color: rgb(92,73,235); }

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

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

 span { border-color: rgb(92,73,235); }

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