#513BE6

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

Shades of Neon Blue #513BE6

Tints of Neon Blue #513BE6

Color information

#513BE6 (or 0x513BE6) is unknown color: approx Neon Blue. HEX triplet: 51, 3B and E6. RGB value is (81,59,230). Sum of RGB (Red+Green+Blue) = 81+59+230=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #513BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513BE6 is #AEC419. Grayscale: #545454. Windows color (decimal): -11453466 or 15088465. OLE color: 15088465.

HSL color Cylindrical-coordinate representation of color #513BE6: hue angle of 247.72º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #513BE6 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8159230-
CMYK0.650.7400.10
HSL247.72º77.38%56.67%-
HSV(B)247.72º74.35%90.2%-
XYZ19.2410.5975.89-
YUV85.07209.79125.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 230 (90.23% from 255) = 62.16%
R=21.89%
G=15.95%
B=62.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81592300.650.7400.10247.7277.3856.67
Hex513BE6414A0Af84d39
Octal1217334610111201237011571
Binary1010001111011111001101000001100101001010111110001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,230); }

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

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

 a { background-color: rgb(81,59,230); }

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

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

 span { border-color: rgb(81,59,230); }

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