#505cf5

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

Shades of Neon Blue #505CF5

Tints of Neon Blue #505CF5

Color information

#505CF5 (or 0x505CF5) is unknown color: approx Neon Blue. HEX triplet: 50, 5C and F5. RGB value is (80,92,245). Sum of RGB (Red+Green+Blue) = 80+92+245=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 245 (96.09% from 255 or 58.75% from 417); Max value from RGB is 245 - color contains mainly: blue. Hex color #505CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CF5 is #AFA30A. Grayscale: #696969. Windows color (decimal): -11510539 or 16079952. OLE color: 16079952.

HSL color Cylindrical-coordinate representation of color #505CF5: hue angle of 235.64º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #505CF5 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8092245-
CMYK0.670.6200.04
HSL235.64º89.19%63.73%-
HSV(B)235.64º67.35%96.08%-
XYZ23.6215.9588.22-
YUV105.85206.52109.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 245 (96.09% from 255) = 58.75%
R=19.18%
G=22.06%
B=58.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80922450.670.6200.04235.6489.1963.73
Hex505CF5433E04ec5940
Octal1201343651037604354131100
Binary1010000101110011110101100001111111001001110110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505cf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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