#515BEF

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

Shades of Neon Blue #515BEF

Tints of Neon Blue #515BEF

Color information

#515BEF (or 0x515BEF) is unknown color: approx Neon Blue. HEX triplet: 51, 5B and EF. RGB value is (81,91,239). Sum of RGB (Red+Green+Blue) = 81+91+239=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #515BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515BEF is #AEA410. Grayscale: #686868. Windows color (decimal): -11445265 or 15686481. OLE color: 15686481.

HSL color Cylindrical-coordinate representation of color #515BEF: hue angle of 236.2º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515BEF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8191239-
CMYK0.660.6200.06
HSL236.2º83.16%62.75%-
HSV(B)236.2º66.11%93.73%-
XYZ22.7115.4683.45-
YUV104.88203.69110.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 239 (93.75% from 255) = 58.15%
R=19.71%
G=22.14%
B=58.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal81912390.660.6200.06236.283.1662.75
Hex515BEF423E06ec533f
Octal121133357102760635412377
Binary101000110110111110111110000101111100110111011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,91,239); }

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

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

 a { background-color: rgb(81,91,239); }

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

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

 span { border-color: rgb(81,91,239); }

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