#5158EF

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

Shades of Neon Blue #5158EF

Tints of Neon Blue #5158EF

Color information

#5158EF (or 0x5158EF) is unknown color: approx Neon Blue. HEX triplet: 51, 58 and EF. RGB value is (81,88,239). Sum of RGB (Red+Green+Blue) = 81+88+239=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #5158EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5158EF is #AEA710. Grayscale: #666666. Windows color (decimal): -11446033 or 15685713. OLE color: 15685713.

HSL color Cylindrical-coordinate representation of color #5158EF: hue angle of 237.34º 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 #5158EF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8188239-
CMYK0.660.6300.06
HSL237.34º83.16%62.75%-
HSV(B)237.34º66.11%93.73%-
XYZ22.4614.9683.37-
YUV103.12204.68112.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 239 (93.75% from 255) = 58.58%
R=19.85%
G=21.57%
B=58.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal81882390.660.6300.06237.3483.1662.75
Hex5158EF423F06ed533f
Octal121130357102770635512377
Binary101000110110001110111110000101111110110111011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5158EF; }

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

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

<style>
 a { background-color: #5158EF; }

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

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

<style>
 span { border-color: #5158EF; }

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

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