#516DFF

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

Shades of Neon Blue #516DFF

Tints of Neon Blue #516DFF

Color information

#516DFF (or 0x516DFF) is unknown color: approx Neon Blue. HEX triplet: 51, 6D and FF. RGB value is (81,109,255). Sum of RGB (Red+Green+Blue) = 81+109+255=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #516DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DFF is #AE9200. Grayscale: #747474. Windows color (decimal): -11440641 or 16739665. OLE color: 16739665.

HSL color Cylindrical-coordinate representation of color #516DFF: hue angle of 230.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516DFF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB81109255-
CMYK0.680.5700
HSL230.34º100%65.88%-
HSV(B)230.34º68.24%100%-
XYZ26.9119.9197.03-
YUV117.27205.72102.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 255 (100% from 255) = 57.30%
R=18.20%
G=24.49%
B=57.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal811092550.680.5700230.3410065.88
Hex516DFF443900e66442
Octal1211553771047100346144102
Binary10100011101101111111111000100111001001110011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516DFF; }

 p { color: rgb(81,109,255); }

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

<style>
 a { background-color: #516DFF; }

 a { background-color: rgb(81,109,255); }

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

<style>
 span { border-color: #516DFF; }

 span { border-color: rgb(81,109,255); }

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