#5860F1

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

Shades of Neon Blue #5860F1

Tints of Neon Blue #5860F1

Color information

#5860F1 (or 0x5860F1) is unknown color: approx Neon Blue. HEX triplet: 58, 60 and F1. RGB value is (88,96,241). Sum of RGB (Red+Green+Blue) = 88+96+241=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #5860F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5860F1 is #A79F0E. Grayscale: #6D6D6D. Windows color (decimal): -10985231 or 15818840. OLE color: 15818840.

HSL color Cylindrical-coordinate representation of color #5860F1: hue angle of 236.86º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5860F1 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8896241-
CMYK0.630.6000.05
HSL236.86º84.53%64.51%-
HSV(B)236.86º63.49%94.51%-
XYZ24.0816.7985.19-
YUV110.14201.85112.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 241 (94.53% from 255) = 56.71%
R=20.71%
G=22.59%
B=56.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88962410.630.6000.05236.8684.5364.51
Hex5860F13F3C05ed5541
Octal130140361777405355125101
Binary101100011000001111000111111111110001011110110110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5860F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5860F1; }

 p { color: rgb(88,96,241); }

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

<style>
 a { background-color: #5860F1; }

 a { background-color: rgb(88,96,241); }

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

<style>
 span { border-color: #5860F1; }

 span { border-color: rgb(88,96,241); }

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