#515EED

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

Shades of Neon Blue #515EED

Tints of Neon Blue #515EED

Color information

#515EED (or 0x515EED) is unknown color: approx Neon Blue. HEX triplet: 51, 5E and ED. RGB value is (81,94,237). Sum of RGB (Red+Green+Blue) = 81+94+237=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #515EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EED is #AEA112. Grayscale: #696969. Windows color (decimal): -11444499 or 15556177. OLE color: 15556177.

HSL color Cylindrical-coordinate representation of color #515EED: hue angle of 235º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515EED is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8194237-
CMYK0.660.6000.07
HSL235º81.25%62.35%-
HSV(B)235º65.82%92.94%-
XYZ22.6815.8781.99-
YUV106.42201.69109.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 237 (92.97% from 255) = 57.52%
R=19.66%
G=22.82%
B=57.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81942370.660.6000.0723581.2562.35
Hex515EED423C07eb513e
Octal121136355102740735312176
Binary101000110111101110110110000101111000111111010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515EED; }

 p { color: rgb(81,94,237); }

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

<style>
 a { background-color: #515EED; }

 a { background-color: rgb(81,94,237); }

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

<style>
 span { border-color: #515EED; }

 span { border-color: rgb(81,94,237); }

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