#505CED

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

Shades of Neon Blue #505CED

Tints of Neon Blue #505CED

Color information

#505CED (or 0x505CED) is unknown color: approx Neon Blue. HEX triplet: 50, 5C and ED. RGB value is (80,92,237). Sum of RGB (Red+Green+Blue) = 80+92+237=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #505CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CED is #AFA312. Grayscale: #686868. Windows color (decimal): -11510547 or 15555664. OLE color: 15555664.

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

Color convert

RGB8092237-
CMYK0.660.6100.07
HSL235.41º81.35%62.16%-
HSV(B)235.41º66.24%92.94%-
XYZ22.4215.4781.93-
YUV104.94202.52110.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.56%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 237 (92.97% from 255) = 57.95%
R=19.56%
G=22.49%
B=57.95%

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
Decimal80922370.660.6100.07235.4181.3562.16
Hex505CED423D07eb513e
Octal120134355102750735312176
Binary101000010111001110110110000101111010111111010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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