Html Css Color HEX #514EDE Neon Blue

📋 copy color: '#514EDE'

red 81 ◦ green 78 ◦ blue 222

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

Shades of Neon Blue #514EDE

Tints of Neon Blue #514EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

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

R = 21.26%
G = 20.47%
B = 58.27%

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

#514EDE (or 0x514EDE) is known color: Neon Blue. HEX triplet: 51, 4E and DE. RGB value is (81,78,222). Sum of RGB (Red+Green+Blue) = 81+78+222=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #514EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EDE is #AEB121. Grayscale: #5E5E5E. Windows color (decimal): -11448610 or 14569041. OLE color: 14569041.

HSL color Cylindrical-coordinate representation of color #514EDE: hue angle of 241.25º 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 #514EDE is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 78 222 -
CMYK 0.64 0.65 0 0.13
HSL 241.25º 0.69% 0.59% -
HSV(B) 241.25º 0.65% 0.87% -
XYZ 19.3 12.47 70.5 -
YUV 95.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 81 78 222 0.64 0.65 0 0.13 241.25 0.69 0.59
Hex 51 4E DE 40 41 0 D F1 45 3B
Octal 121 116 336 100 101 0 15 361 105 73
Binary 1010001 1001110 11011110 1000000 1000001 0 1101 11110001 1000101 111011

Color Harmonies of #514EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514EDE

Black with #514EDE

Text Example


Text Example

White with #514EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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