#513CE7

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

Shades of Neon Blue #513CE7

Tints of Neon Blue #513CE7

Color information

#513CE7 (or 0x513CE7) is unknown color: approx Neon Blue. HEX triplet: 51, 3C and E7. RGB value is (81,60,231). Sum of RGB (Red+Green+Blue) = 81+60+231=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 231 (90.62% from 255 or 62.10% from 372); Max value from RGB is 231 - color contains mainly: blue. Hex color #513CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CE7 is #AEC318. Grayscale: #555555. Windows color (decimal): -11453209 or 15154257. OLE color: 15154257.

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

Color convert

RGB8160231-
CMYK0.650.7400.09
HSL247.37º78.08%57.06%-
HSV(B)247.37º74.03%90.59%-
XYZ19.4310.7576.65-
YUV85.77209.96124.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 231 (90.62% from 255) = 62.10%
R=21.77%
G=16.13%
B=62.10%

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
Decimal81602310.650.7400.09247.3778.0857.06
Hex513CE7414A09f74e39
Octal1217434710111201136711671
Binary1010001111100111001111000001100101001001111101111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,60,231); }

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

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

 a { background-color: rgb(81,60,231); }

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

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

 span { border-color: rgb(81,60,231); }

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