#513DE9

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

Shades of Neon Blue #513DE9

Tints of Neon Blue #513DE9

Color information

#513DE9 (or 0x513DE9) is unknown color: approx Neon Blue. HEX triplet: 51, 3D and E9. RGB value is (81,61,233). Sum of RGB (Red+Green+Blue) = 81+61+233=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #513DE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513DE9 is #AEC216. Grayscale: #555555. Windows color (decimal): -11452951 or 15285585. OLE color: 15285585.

HSL color Cylindrical-coordinate representation of color #513DE9: hue angle of 246.98º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #513DE9 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8161233-
CMYK0.650.7400.09
HSL246.98º79.63%57.65%-
HSV(B)246.98º73.82%91.37%-
XYZ19.7710.9778.17-
YUV86.59210.63124.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 233 (91.41% from 255) = 62.13%
R=21.6%
G=16.27%
B=62.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81612330.650.7400.09246.9879.6357.65
Hex513DE9414A09f7503a
Octal1217535110111201136712072
Binary1010001111101111010011000001100101001001111101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,233); }

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

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

 a { background-color: rgb(81,61,233); }

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

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

 span { border-color: rgb(81,61,233); }

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