#505CEC

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

Shades of Neon Blue #505CEC

Tints of Neon Blue #505CEC

Color information

#505CEC (or 0x505CEC) is unknown color: approx Neon Blue. HEX triplet: 50, 5C and EC. RGB value is (80,92,236). Sum of RGB (Red+Green+Blue) = 80+92+236=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 92 (36.33% from 255 or 22.55% 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 #505CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CEC is #AFA313. Grayscale: #686868. Windows color (decimal): -11510548 or 15490128. OLE color: 15490128.

HSL color Cylindrical-coordinate representation of color #505CEC: hue angle of 235.38º 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 #505CEC is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8092236-
CMYK0.660.6100.07
HSL235.38º80.41%61.96%-
HSV(B)235.38º66.1%92.55%-
XYZ22.2815.4281.16-
YUV104.83202.02110.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80922360.660.6100.07235.3880.4161.96
Hex505CEC423D07eb503e
Octal120134354102750735312076
Binary101000010111001110110010000101111010111111010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505CEC; }

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

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

<style>
 a { background-color: #505CEC; }

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

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

<style>
 span { border-color: #505CEC; }

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

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