#5850E6

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

Shades of Neon Blue #5850E6

Tints of Neon Blue #5850E6

Color information

#5850E6 (or 0x5850E6) is unknown color: approx Neon Blue. HEX triplet: 58, 50 and E6. RGB value is (88,80,230). Sum of RGB (Red+Green+Blue) = 88+80+230=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #5850E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5850E6 is #A7AF19. Grayscale: #626262. Windows color (decimal): -10989338 or 15093848. OLE color: 15093848.

HSL color Cylindrical-coordinate representation of color #5850E6: hue angle of 243.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5850E6 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8880230-
CMYK0.620.6500.10
HSL243.2º75%60.78%-
HSV(B)243.2º65.22%90.2%-
XYZ21.1813.5376.36-
YUV99.49201.65119.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.11%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 230 (90.23% from 255) = 57.79%
R=22.11%
G=20.10%
B=57.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal88802300.620.6500.10243.27560.78
Hex5850E63E410Af34b3d
Octal1301203467610101236311375
Binary1011000101000011100110111110100000101010111100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5850E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5850E6; }

 p { color: rgb(88,80,230); }

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

<style>
 a { background-color: #5850E6; }

 a { background-color: rgb(88,80,230); }

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

<style>
 span { border-color: #5850E6; }

 span { border-color: rgb(88,80,230); }

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