Html Css Color HEX #516DFF Neon Blue

📋 copy color: '#516DFF'

red 81 ◦ green 109 ◦ blue 255

#516DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #516DFF

Tints of Neon Blue #516DFF

RGB

 RED value IS 81 (32.03% from 255) = 18.2%

 GREEN value IS 109 (42.97% from 255) = 24.49%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 18.2%
G = 24.49%
B = 57.3%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#516DFF (or 0x516DFF) is known color: Neon Blue. HEX triplet: 51, 6D and FF. RGB value is (81,109,255). Sum of RGB (Red+Green+Blue) = 81+109+255=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #516DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DFF is #AE9200. Grayscale: #747474. Windows color (decimal): -11440641 or 16739665. OLE color: 16739665.

HSL color Cylindrical-coordinate representation of color #516DFF: hue angle of 230.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516DFF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 109 255 -
CMYK 0.68 0.57 0 0
HSL 230.34º 1% 0.66% -
HSV(B) 230.34º 0.68% 1% -
XYZ 26.91 19.91 97.03 -
YUV 117.27 205.72 102.13 -
System Red Green Blue C M Y K H S L
Decimal 81 109 255 0.68 0.57 0 0 230.34 1 0.66
Hex 51 6D FF 44 39 0 0 E6 64 42
Octal 121 155 377 104 71 0 0 346 144 102
Binary 1010001 1101101 11111111 1000100 111001 0 0 11100110 1100100 1000010

Color Harmonies of #516DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DFF

Black with #516DFF

Text Example


Text Example

White with #516DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516DFF; }

 p { color: rgb(81,109,255); }

 H1.HeaderClassName
 {
   color: #516DFF;
 }
 .AnyTagClassName
 {
   color: #516DFF;
 }
</style>

background-color css

<style>
 a { background-color: #516DFF; }

 a { background-color: rgb(81,109,255); }

 div.DivClassName
 {
   background-color: #516DFF;
 }
 .BgClassName
 {
   background-color: #516DFF;
 }
</style>

border-color css

<style>
 span { border-color: #516DFF; }

 span { border-color: rgb(81,109,255); }

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