#514EEA

Color #514EEA Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #514EEA

Tints of Neon Blue #514EEA

Color information

#514EEA (or 0x514EEA) is unknown color: approx Neon Blue. HEX triplet: 51, 4E and EA. RGB value is (81,78,234). Sum of RGB (Red+Green+Blue) = 81+78+234=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #514EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EEA is #AEB115. Grayscale: #606060. Windows color (decimal): -11448598 or 15355473. OLE color: 15355473.

HSL color Cylindrical-coordinate representation of color #514EEA: hue angle of 241.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514EEA is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8178234-
CMYK0.650.6700.08
HSL241.15º78.79%61.18%-
HSV(B)241.15º66.67%91.76%-
XYZ20.9713.1479.27-
YUV96.68205.49116.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 234 (91.80% from 255) = 59.54%
R=20.61%
G=19.85%
B=59.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal81782340.650.6700.08241.1578.7961.18
Hex514EEA414308f14f3d
Octal12111635210110301036111775
Binary10100011001110111010101000001100001101000111100011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514EEA;
 }
 .AnyTagClassName
 {
   color: #514EEA;
 }
</style>
background-color css

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

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

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

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

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

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