#5855F1

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

Shades of Neon Blue #5855F1

Tints of Neon Blue #5855F1

Color information

#5855F1 (or 0x5855F1) is unknown color: approx Neon Blue. HEX triplet: 58, 55 and F1. RGB value is (88,85,241). Sum of RGB (Red+Green+Blue) = 88+85+241=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #5855F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5855F1 is #A7AA0E. Grayscale: #676767. Windows color (decimal): -10988047 or 15816024. OLE color: 15816024.

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

Color convert

RGB8885241-
CMYK0.630.6500.05
HSL241.15º84.78%63.92%-
HSV(B)241.15º64.73%94.51%-
XYZ23.1514.9284.88-
YUV103.68205.49116.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.26%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 241 (94.53% from 255) = 58.21%
R=21.26%
G=20.53%
B=58.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88852410.630.6500.05241.1584.7863.92
Hex5855F13F4105f15540
Octal1301253617710105361125100
Binary1011000101010111110001111111100000101011111000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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