#514DE7

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

Shades of Neon Blue #514DE7

Tints of Neon Blue #514DE7

Color information

#514DE7 (or 0x514DE7) is unknown color: approx Neon Blue. HEX triplet: 51, 4D and E7. RGB value is (81,77,231). Sum of RGB (Red+Green+Blue) = 81+77+231=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #514DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DE7 is #AEB218. Grayscale: #5F5F5F. Windows color (decimal): -11448857 or 15158609. OLE color: 15158609.

HSL color Cylindrical-coordinate representation of color #514DE7: hue angle of 241.56º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514DE7 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8177231-
CMYK0.650.6700.09
HSL241.56º76.24%60.39%-
HSV(B)241.56º66.67%90.59%-
XYZ20.4712.8377-
YUV95.75204.33117.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 231 (90.62% from 255) = 59.38%
R=20.82%
G=19.79%
B=59.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81772310.650.6700.09241.5676.2460.39
Hex514DE7414309f24c3c
Octal12111534710110301136211474
Binary10100011001101111001111000001100001101001111100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514DE7; }

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

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

<style>
 a { background-color: #514DE7; }

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

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

<style>
 span { border-color: #514DE7; }

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

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