Html Css Color HEX #514DFA Neon Blue

📋 copy color: '#514DFA'

red 81 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #514DFA

Tints of Neon Blue #514DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 19.85%
G = 18.87%
B = 61.27%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#514DFA (or 0x514DFA) is known color: Neon Blue. HEX triplet: 51, 4D and FA. RGB value is (81,77,250). Sum of RGB (Red+Green+Blue) = 81+77+250=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #514DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DFA is #AEB205. Grayscale: #616161. Windows color (decimal): -11448838 or 16403793. OLE color: 16403793.

HSL color Cylindrical-coordinate representation of color #514DFA: hue angle of 241.39º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514DFA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 77 250 -
CMYK 0.68 0.69 0 0.02
HSL 241.39º 0.95% 0.64% -
HSV(B) 241.39º 0.69% 0.98% -
XYZ 23.3 13.96 91.91 -
YUV 97.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 81 77 250 0.68 0.69 0 0.02 241.39 0.95 0.64
Hex 51 4D FA 44 45 0 2 F1 5F 40
Octal 121 115 372 104 105 0 2 361 137 100
Binary 1010001 1001101 11111010 1000100 1000101 0 10 11110001 1011111 1000000

Color Harmonies of #514DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DFA

Black with #514DFA

Text Example


Text Example

White with #514DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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