#505DED

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

Shades of Neon Blue #505DED

Tints of Neon Blue #505DED

Color information

#505DED (or 0x505DED) is unknown color: approx Neon Blue. HEX triplet: 50, 5D and ED. RGB value is (80,93,237). Sum of RGB (Red+Green+Blue) = 80+93+237=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #505DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DED is #AFA212. Grayscale: #686868. Windows color (decimal): -11510291 or 15555920. OLE color: 15555920.

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

Color convert

RGB8093237-
CMYK0.660.6100.07
HSL235.03º81.35%62.16%-
HSV(B)235.03º66.24%92.94%-
XYZ22.5115.6581.95-
YUV105.53202.19109.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 237 (92.97% from 255) = 57.80%
R=19.51%
G=22.68%
B=57.80%

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
Decimal80932370.660.6100.07235.0381.3562.16
Hex505DED423D07eb513e
Octal120135355102750735312176
Binary101000010111011110110110000101111010111111010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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