Html Css Color HEX #514FDE Neon Blue

📋 copy color: '#514FDE'

red 81 ◦ green 79 ◦ blue 222

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

Shades of Neon Blue #514FDE

Tints of Neon Blue #514FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

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

R = 21.2%
G = 20.68%
B = 58.12%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#514FDE (or 0x514FDE) is known color: Neon Blue. HEX triplet: 51, 4F and DE. RGB value is (81,79,222). Sum of RGB (Red+Green+Blue) = 81+79+222=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #514FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FDE is #AEB021. Grayscale: #5F5F5F. Windows color (decimal): -11448354 or 14569297. OLE color: 14569297.

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

Color convert

RGB 81 79 222 -
CMYK 0.64 0.64 0 0.13
HSL 240.84º 0.68% 0.59% -
HSV(B) 240.84º 0.64% 0.87% -
XYZ 19.37 12.62 70.52 -
YUV 95.9 199.16 117.37 -
System Red Green Blue C M Y K H S L
Decimal 81 79 222 0.64 0.64 0 0.13 240.84 0.68 0.59
Hex 51 4F DE 40 40 0 D F1 44 3B
Octal 121 117 336 100 100 0 15 361 104 73
Binary 1010001 1001111 11011110 1000000 1000000 0 1101 11110001 1000100 111011

Color Harmonies of #514FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FDE

Black with #514FDE

Text Example


Text Example

White with #514FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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