#5851EF

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

Shades of Neon Blue #5851EF

Tints of Neon Blue #5851EF

Color information

#5851EF (or 0x5851EF) is unknown color: approx Neon Blue. HEX triplet: 58, 51 and EF. RGB value is (88,81,239). Sum of RGB (Red+Green+Blue) = 88+81+239=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 81 (32.03% from 255 or 19.85% 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 #5851EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5851EF is #A7AE10. Grayscale: #646464. Windows color (decimal): -10989073 or 15683928. OLE color: 15683928.

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

Color convert

RGB8881239-
CMYK0.630.6600.06
HSL242.66º83.16%62.75%-
HSV(B)242.66º66.11%93.73%-
XYZ22.5514.1983.21-
YUV101.1205.82118.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal88812390.630.6600.06242.6683.1662.75
Hex5851EF3F4206f3533f
Octal130121357771020636312377
Binary101100010100011110111111111110000100110111100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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