#5C3CEC

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

Shades of Neon Blue #5C3CEC

Tints of Neon Blue #5C3CEC

Color information

#5C3CEC (or 0x5C3CEC) is unknown color: approx Neon Blue. HEX triplet: 5C, 3C and EC. RGB value is (92,60,236). Sum of RGB (Red+Green+Blue) = 92+60+236=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C3CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C3CEC is #A3C313. Grayscale: #585858. Windows color (decimal): -10732308 or 15481948. OLE color: 15481948.

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

Color convert

RGB9260236-
CMYK0.610.7500.07
HSL250.91º82.24%58.04%-
HSV(B)250.91º74.58%92.55%-
XYZ21.1711.5680.47-
YUV89.63210.6129.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.71%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 236 (92.58% from 255) = 60.82%
R=23.71%
G=15.46%
B=60.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92602360.610.7500.07250.9182.2458.04
Hex5C3CEC3D4B07fb523a
Octal13474354751130737312272
Binary10111001111001110110011110110010110111111110111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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