#513AE0

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

Shades of Neon Blue #513AE0

Tints of Neon Blue #513AE0

Color information

#513AE0 (or 0x513AE0) is unknown color: approx Neon Blue. HEX triplet: 51, 3A and E0. RGB value is (81,58,224). Sum of RGB (Red+Green+Blue) = 81+58+224=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #513AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513AE0 is #AEC51F. Grayscale: #535353. Windows color (decimal): -11453728 or 14694993. OLE color: 14694993.

HSL color Cylindrical-coordinate representation of color #513AE0: hue angle of 248.31º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #513AE0 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8158224-
CMYK0.640.7400.12
HSL248.31º72.81%55.29%-
HSV(B)248.31º74.11%87.84%-
XYZ18.3610.1671.51-
YUV83.8207.12126-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 224 (87.89% from 255) = 61.71%
R=22.31%
G=15.98%
B=61.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal81582240.640.7400.12248.3172.8155.29
Hex513AE0404A0Cf84937
Octal1217234010011201437011167
Binary1010001111010111000001000000100101001100111110001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,58,224); }

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

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

 a { background-color: rgb(81,58,224); }

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

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

 span { border-color: rgb(81,58,224); }

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