#5C5DEC

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

Shades of Neon Blue #5C5DEC

Tints of Neon Blue #5C5DEC

Color information

#5C5DEC (or 0x5C5DEC) is unknown color: approx Neon Blue. HEX triplet: 5C, 5D and EC. RGB value is (92,93,236). Sum of RGB (Red+Green+Blue) = 92+93+236=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C5DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5DEC is #A3A213. Grayscale: #6C6C6C. Windows color (decimal): -10723860 or 15490396. OLE color: 15490396.

HSL color Cylindrical-coordinate representation of color #5C5DEC: hue angle of 239.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C5DEC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9293236-
CMYK0.610.6100.07
HSL239.58º79.12%64.31%-
HSV(B)239.58º61.02%92.55%-
XYZ23.4716.1681.24-
YUV109199.67115.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.85%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 236 (92.58% from 255) = 56.06%
R=21.85%
G=22.09%
B=56.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92932360.610.6100.07239.5879.1264.31
Hex5C5DEC3D3D07f04f40
Octal134135354757507360117100
Binary101110010111011110110011110111110101111111000010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,93,236); }

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

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

 a { background-color: rgb(92,93,236); }

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

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

 span { border-color: rgb(92,93,236); }

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