#505DF2

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

Shades of Neon Blue #505DF2

Tints of Neon Blue #505DF2

Color information

#505DF2 (or 0x505DF2) is unknown color: approx Neon Blue. HEX triplet: 50, 5D and F2. RGB value is (80,93,242). Sum of RGB (Red+Green+Blue) = 80+93+242=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #505DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DF2 is #AFA20D. Grayscale: #696969. Windows color (decimal): -11510286 or 15883600. OLE color: 15883600.

HSL color Cylindrical-coordinate representation of color #505DF2: hue angle of 235.19º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #505DF2 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8093242-
CMYK0.670.6200.05
HSL235.19º86.17%63.14%-
HSV(B)235.19º66.94%94.9%-
XYZ23.2515.9485.86-
YUV106.1204.69109.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 242 (94.92% from 255) = 58.31%
R=19.28%
G=22.41%
B=58.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80932420.670.6200.05235.1986.1763.14
Hex505DF2433E05eb563f
Octal120135362103760535312677
Binary101000010111011111001010000111111100101111010111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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