Html Css Color HEX #514AFE Neon Blue

📋 copy color: '#514AFE'

red 81 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #514AFE

Tints of Neon Blue #514AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

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

R = 19.8%
G = 18.09%
B = 62.1%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#514AFE (or 0x514AFE) is known color: Neon Blue. HEX triplet: 51, 4A and FE. RGB value is (81,74,254). Sum of RGB (Red+Green+Blue) = 81+74+254=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #514AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514AFE is #AEB501. Grayscale: #5F5F5F. Windows color (decimal): -11449602 or 16665169. OLE color: 16665169.

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

Color convert

RGB 81 74 254 -
CMYK 0.68 0.71 0 0.00
HSL 242.33º 0.99% 0.64% -
HSV(B) 242.33º 0.71% 1% -
XYZ 23.73 13.8 95.18 -
YUV 96.61 216.82 116.86 -
System Red Green Blue C M Y K H S L
Decimal 81 74 254 0.68 0.71 0 0.00 242.33 0.99 0.64
Hex 51 4A FE 44 47 0 0 F2 63 40
Octal 121 112 376 104 107 0 0 362 143 100
Binary 1010001 1001010 11111110 1000100 1000111 0 0 11110010 1100011 1000000

Color Harmonies of #514AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514AFE

Black with #514AFE

Text Example


Text Example

White with #514AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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