#516CFF

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

Shades of Neon Blue #516CFF

Tints of Neon Blue #516CFF

Color information

#516CFF (or 0x516CFF) is unknown color: approx Neon Blue. HEX triplet: 51, 6C and FF. RGB value is (81,108,255). Sum of RGB (Red+Green+Blue) = 81+108+255=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #516CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CFF is #AE9300. Grayscale: #747474. Windows color (decimal): -11440897 or 16739409. OLE color: 16739409.

HSL color Cylindrical-coordinate representation of color #516CFF: hue angle of 230.69º 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 #516CFF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB81108255-
CMYK0.680.5800
HSL230.69º100%65.88%-
HSV(B)230.69º68.24%100%-
XYZ26.8119.6997-
YUV116.68206.05102.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.24%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 255 (100% from 255) = 57.43%
R=18.24%
G=24.32%
B=57.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal811082550.680.5800230.6910065.88
Hex516CFF443A00e76442
Octal1211543771047200347144102
Binary10100011101100111111111000100111010001110011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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