#5C4DF6

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

Shades of Neon Blue #5C4DF6

Tints of Neon Blue #5C4DF6

Color information

#5C4DF6 (or 0x5C4DF6) is unknown color: approx Neon Blue. HEX triplet: 5C, 4D and F6. RGB value is (92,77,246). Sum of RGB (Red+Green+Blue) = 92+77+246=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #5C4DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C4DF6 is #A3B209. Grayscale: #646464. Windows color (decimal): -10727946 or 16141660. OLE color: 16141660.

HSL color Cylindrical-coordinate representation of color #5C4DF6: hue angle of 245.33º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C4DF6 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9277246-
CMYK0.630.6900.04
HSL245.33º90.37%63.33%-
HSV(B)245.33º68.7%96.47%-
XYZ23.714.2488.69-
YUV100.75209.97121.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.17%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 246 (96.48% from 255) = 59.28%
R=22.17%
G=18.55%
B=59.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92772460.630.6900.04245.3390.3763.33
Hex5C4DF63F4504f55a3f
Octal134115366771050436513277
Binary101110010011011111011011111110001010100111101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,77,246); }

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

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

 a { background-color: rgb(92,77,246); }

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

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

 span { border-color: rgb(92,77,246); }

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