Html Css Color HEX #514DE4 Neon Blue

📋 copy color: '#514DE4'

red 81 ◦ green 77 ◦ blue 228

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

Shades of Neon Blue #514DE4

Tints of Neon Blue #514DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 59.07%

R = 20.98%
G = 19.95%
B = 59.07%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#514DE4 (or 0x514DE4) is known color: Neon Blue. HEX triplet: 51, 4D and E4. RGB value is (81,77,228). Sum of RGB (Red+Green+Blue) = 81+77+228=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #514DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DE4 is #AEB21B. Grayscale: #5E5E5E. Windows color (decimal): -11448860 or 14962001. OLE color: 14962001.

HSL color Cylindrical-coordinate representation of color #514DE4: hue angle of 241.59º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514DE4 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 77 228 -
CMYK 0.64 0.66 0 0.11
HSL 241.59º 0.74% 0.6% -
HSV(B) 241.59º 0.66% 0.89% -
XYZ 20.05 12.66 74.79 -
YUV 95.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 81 77 228 0.64 0.66 0 0.11 241.59 0.74 0.6
Hex 51 4D E4 40 42 0 B F2 4A 3C
Octal 121 115 344 100 102 0 13 362 112 74
Binary 1010001 1001101 11100100 1000000 1000010 0 1011 11110010 1001010 111100

Color Harmonies of #514DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DE4

Black with #514DE4

Text Example


Text Example

White with #514DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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