Html Css Color HEX #514AED Neon Blue

📋 copy color: '#514AED'

red 81 ◦ green 74 ◦ blue 237

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

Shades of Neon Blue #514AED

Tints of Neon Blue #514AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.46%

R = 20.66%
G = 18.88%
B = 60.46%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#514AED (or 0x514AED) is known color: Neon Blue. HEX triplet: 51, 4A and ED. RGB value is (81,74,237). Sum of RGB (Red+Green+Blue) = 81+74+237=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #514AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514AED is #AEB512. Grayscale: #5E5E5E. Windows color (decimal): -11449619 or 15551057. OLE color: 15551057.

HSL color Cylindrical-coordinate representation of color #514AED: hue angle of 242.58º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514AED is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 74 237 -
CMYK 0.66 0.69 0 0.07
HSL 242.58º 0.82% 0.61% -
HSV(B) 242.58º 0.69% 0.93% -
XYZ 21.13 12.76 81.47 -
YUV 94.68 208.32 118.25 -
System Red Green Blue C M Y K H S L
Decimal 81 74 237 0.66 0.69 0 0.07 242.58 0.82 0.61
Hex 51 4A ED 42 45 0 7 F3 52 3D
Octal 121 112 355 102 105 0 7 363 122 75
Binary 1010001 1001010 11101101 1000010 1000101 0 111 11110011 1010010 111101

Color Harmonies of #514AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514AED

Black with #514AED

Text Example


Text Example

White with #514AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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