#515DFF

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

Shades of Neon Blue #515DFF

Tints of Neon Blue #515DFF

Color information

#515DFF (or 0x515DFF) is unknown color: approx Neon Blue. HEX triplet: 51, 5D and FF. RGB value is (81,93,255). Sum of RGB (Red+Green+Blue) = 81+93+255=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #515DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DFF is #AEA200. Grayscale: #6B6B6B. Windows color (decimal): -11444737 or 16735569. OLE color: 16735569.

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

Color convert

RGB8193255-
CMYK0.680.6400
HSL235.86º100%65.88%-
HSV(B)235.86º68.24%100%-
XYZ25.3616.896.51-
YUV107.88211.02108.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.88%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 255 (100% from 255) = 59.44%
R=18.88%
G=21.68%
B=59.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal81932550.680.6400235.8610065.88
Hex515DFF444000ec6442
Octal12113537710410000354144102
Binary101000110111011111111110001001000000001110110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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