#513DF4

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

Shades of Neon Blue #513DF4

Tints of Neon Blue #513DF4

Color information

#513DF4 (or 0x513DF4) is unknown color: approx Neon Blue. HEX triplet: 51, 3D and F4. RGB value is (81,61,244). Sum of RGB (Red+Green+Blue) = 81+61+244=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #513DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513DF4 is #AEC20B. Grayscale: #575757. Windows color (decimal): -11452940 or 16006481. OLE color: 16006481.

HSL color Cylindrical-coordinate representation of color #513DF4: hue angle of 246.56º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513DF4 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8161244-
CMYK0.670.7500.04
HSL246.56º89.27%59.8%-
HSV(B)246.56º75%95.69%-
XYZ21.3911.6286.7-
YUV87.84216.13123.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 244 (95.70% from 255) = 63.21%
R=20.98%
G=15.80%
B=63.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal81612440.670.7500.04246.5689.2759.8
Hex513DF4434B04f7593c
Octal121753641031130436713174
Binary101000111110111110100100001110010110100111101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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