Html Css Color HEX #514DDE Neon Blue

📋 copy color: '#514DDE'

red 81 ◦ green 77 ◦ blue 222

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

Shades of Neon Blue #514DDE

Tints of Neon Blue #514DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 21.32%
G = 20.26%
B = 58.42%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#514DDE (or 0x514DDE) is known color: Neon Blue. HEX triplet: 51, 4D and DE. RGB value is (81,77,222). Sum of RGB (Red+Green+Blue) = 81+77+222=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #514DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DDE is #AEB221. Grayscale: #5E5E5E. Windows color (decimal): -11448866 or 14568785. OLE color: 14568785.

HSL color Cylindrical-coordinate representation of color #514DDE: hue angle of 241.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514DDE is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 77 222 -
CMYK 0.64 0.65 0 0.13
HSL 241.66º 0.69% 0.59% -
HSV(B) 241.66º 0.65% 0.87% -
XYZ 19.23 12.33 70.47 -
YUV 94.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 81 77 222 0.64 0.65 0 0.13 241.66 0.69 0.59
Hex 51 4D DE 40 41 0 D F2 45 3B
Octal 121 115 336 100 101 0 15 362 105 73
Binary 1010001 1001101 11011110 1000000 1000001 0 1101 11110010 1000101 111011

Color Harmonies of #514DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DDE

Black with #514DDE

Text Example


Text Example

White with #514DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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