#513FF8

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

Shades of Neon Blue #513FF8

Tints of Neon Blue #513FF8

Color information

#513FF8 (or 0x513FF8) is unknown color: approx Neon Blue. HEX triplet: 51, 3F and F8. RGB value is (81,63,248). Sum of RGB (Red+Green+Blue) = 81+63+248=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #513FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FF8 is #AEC007. Grayscale: #585858. Windows color (decimal): -11452424 or 16269137. OLE color: 16269137.

HSL color Cylindrical-coordinate representation of color #513FF8: hue angle of 245.84º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513FF8 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8163248-
CMYK0.670.7500.03
HSL245.84º92.96%60.98%-
HSV(B)245.84º74.6%97.25%-
XYZ22.1112.0889.97-
YUV89.47217.46121.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 248 (97.27% from 255) = 63.27%
R=20.66%
G=16.07%
B=63.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal81632480.670.7500.03245.8492.9660.98
Hex513FF8434B03f65d3d
Octal121773701031130336613575
Binary10100011111111111100010000111001011011111101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513FF8; }

 p { color: rgb(81,63,248); }

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

<style>
 a { background-color: #513FF8; }

 a { background-color: rgb(81,63,248); }

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

<style>
 span { border-color: #513FF8; }

 span { border-color: rgb(81,63,248); }

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