Html Css Color HEX #514DFF Neon Blue

📋 copy color: '#514DFF'

red 81 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #514DFF

Tints of Neon Blue #514DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

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

R = 19.61%
G = 18.64%
B = 61.74%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#514DFF (or 0x514DFF) is known color: Neon Blue. HEX triplet: 51, 4D and FF. RGB value is (81,77,255). Sum of RGB (Red+Green+Blue) = 81+77+255=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #514DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DFF is #AEB200. Grayscale: #616161. Windows color (decimal): -11448833 or 16731473. OLE color: 16731473.

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

Color convert

RGB 81 77 255 -
CMYK 0.68 0.70 0 0
HSL 241.35º 1% 0.65% -
HSV(B) 241.35º 0.7% 1% -
XYZ 24.1 14.28 96.09 -
YUV 98.49 216.33 115.53 -
System Red Green Blue C M Y K H S L
Decimal 81 77 255 0.68 0.70 0 0 241.35 1 0.65
Hex 51 4D FF 44 46 0 0 F1 64 41
Octal 121 115 377 104 106 0 0 361 144 101
Binary 1010001 1001101 11111111 1000100 1000110 0 0 11110001 1100100 1000001

Color Harmonies of #514DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DFF

Black with #514DFF

Text Example


Text Example

White with #514DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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