Html Css Color HEX #514DFE Neon Blue

📋 copy color: '#514DFE'

red 81 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #514DFE

Tints of Neon Blue #514DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 19.66%
G = 18.69%
B = 61.65%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#514DFE (or 0x514DFE) is known color: Neon Blue. HEX triplet: 51, 4D and FE. RGB value is (81,77,254). Sum of RGB (Red+Green+Blue) = 81+77+254=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #514DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DFE is #AEB201. Grayscale: #616161. Windows color (decimal): -11448834 or 16665937. OLE color: 16665937.

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

Color convert

RGB 81 77 254 -
CMYK 0.68 0.70 0 0.00
HSL 241.36º 0.99% 0.65% -
HSV(B) 241.36º 0.7% 1% -
XYZ 23.94 14.21 95.25 -
YUV 98.37 215.83 115.61 -
System Red Green Blue C M Y K H S L
Decimal 81 77 254 0.68 0.70 0 0.00 241.36 0.99 0.65
Hex 51 4D FE 44 46 0 0 F1 63 41
Octal 121 115 376 104 106 0 0 361 143 101
Binary 1010001 1001101 11111110 1000100 1000110 0 0 11110001 1100011 1000001

Color Harmonies of #514DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DFE

Black with #514DFE

Text Example


Text Example

White with #514DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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