#514FEB

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

Shades of Neon Blue #514FEB

Tints of Neon Blue #514FEB

Color information

#514FEB (or 0x514FEB) is unknown color: approx Neon Blue. HEX triplet: 51, 4F and EB. RGB value is (81,79,235). Sum of RGB (Red+Green+Blue) = 81+79+235=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #514FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FEB is #AEB014. Grayscale: #606060. Windows color (decimal): -11448341 or 15421265. OLE color: 15421265.

HSL color Cylindrical-coordinate representation of color #514FEB: hue angle of 240.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514FEB is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8179235-
CMYK0.660.6600.08
HSL240.77º79.59%61.57%-
HSV(B)240.77º66.38%92.16%-
XYZ21.1813.3480.06-
YUV97.38205.66116.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.51%
GREEN value IS 79 (31.25% from 255) = 20%
BLUE value IS 235 (92.19% from 255) = 59.49%
R=20.51%
G=20%
B=59.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal81792350.660.6600.08240.7779.5961.57
Hex514FEB424208f1503e
Octal12111735310210201036112076
Binary10100011001111111010111000010100001001000111100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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