#5C50EC

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

Shades of Neon Blue #5C50EC

Tints of Neon Blue #5C50EC

Color information

#5C50EC (or 0x5C50EC) is unknown color: approx Neon Blue. HEX triplet: 5C, 50 and EC. RGB value is (92,80,236). Sum of RGB (Red+Green+Blue) = 92+80+236=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C50EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C50EC is #A3AF13. Grayscale: #646464. Windows color (decimal): -10727188 or 15487068. OLE color: 15487068.

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

Color convert

RGB9280236-
CMYK0.610.6600.07
HSL244.62º80.41%61.96%-
HSV(B)244.62º66.1%92.55%-
XYZ22.4214.0780.89-
YUV101.37203.98121.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.55%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 236 (92.58% from 255) = 57.84%
R=22.55%
G=19.61%
B=57.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92802360.610.6600.07244.6280.4161.96
Hex5C50EC3D4207f5503e
Octal134120354751020736512076
Binary101110010100001110110011110110000100111111101011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C50EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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