#514DE0

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

Shades of Neon Blue #514DE0

Tints of Neon Blue #514DE0

Color information

#514DE0 (or 0x514DE0) is unknown color: approx Neon Blue. HEX triplet: 51, 4D and E0. RGB value is (81,77,224). Sum of RGB (Red+Green+Blue) = 81+77+224=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #514DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DE0 is #AEB21F. Grayscale: #5E5E5E. Windows color (decimal): -11448864 or 14699857. OLE color: 14699857.

HSL color Cylindrical-coordinate representation of color #514DE0: hue angle of 241.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514DE0 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8177224-
CMYK0.640.6600.12
HSL241.63º70.33%59.02%-
HSV(B)241.63º65.62%87.84%-
XYZ19.512.4471.89-
YUV94.95200.83118.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 224 (87.89% from 255) = 58.64%
R=21.20%
G=20.16%
B=58.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal81772240.640.6600.12241.6370.3359.02
Hex514DE040420Cf2463b
Octal12111534010010201436210673
Binary10100011001101111000001000000100001001100111100101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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