#513FE9

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

Shades of Neon Blue #513FE9

Tints of Neon Blue #513FE9

Color information

#513FE9 (or 0x513FE9) is unknown color: approx Neon Blue. HEX triplet: 51, 3F and E9. RGB value is (81,63,233). Sum of RGB (Red+Green+Blue) = 81+63+233=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 233 (91.41% from 255 or 61.80% from 377); Max value from RGB is 233 - color contains mainly: blue. Hex color #513FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FE9 is #AEC016. Grayscale: #575757. Windows color (decimal): -11452439 or 15286097. OLE color: 15286097.

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

Color convert

RGB8163233-
CMYK0.650.7300.09
HSL246.35º79.44%58.04%-
HSV(B)246.35º72.96%91.37%-
XYZ19.8811.1978.2-
YUV87.76209.96123.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 233 (91.41% from 255) = 61.80%
R=21.49%
G=16.71%
B=61.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81632330.650.7300.09246.3579.4458.04
Hex513FE9414909f64f3a
Octal1217735110111101136611772
Binary1010001111111111010011000001100100101001111101101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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