#514DFD

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

Shades of Neon Blue #514DFD

Tints of Neon Blue #514DFD

Color information

#514DFD (or 0x514DFD) is unknown color: approx Neon Blue. HEX triplet: 51, 4D and FD. RGB value is (81,77,253). Sum of RGB (Red+Green+Blue) = 81+77+253=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #514DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DFD is #AEB202. Grayscale: #616161. Windows color (decimal): -11448835 or 16600401. OLE color: 16600401.

HSL color Cylindrical-coordinate representation of color #514DFD: hue angle of 241.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514DFD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8177253-
CMYK0.680.7000.01
HSL241.36º97.78%64.71%-
HSV(B)241.36º69.57%99.22%-
XYZ23.7814.1594.41-
YUV98.26215.33115.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 253 (99.22% from 255) = 61.56%
R=19.71%
G=18.73%
B=61.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81772530.680.7000.01241.3697.7864.71
Hex514DFD444601f16241
Octal12111537510410601361142101
Binary101000110011011111110110001001000110011111000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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