#555BF1

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

Shades of Neon Blue #555BF1

Tints of Neon Blue #555BF1

Color information

#555BF1 (or 0x555BF1) is unknown color: approx Neon Blue. HEX triplet: 55, 5B and F1. RGB value is (85,91,241). Sum of RGB (Red+Green+Blue) = 85+91+241=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #555BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BF1 is #AAA40E. Grayscale: #696969. Windows color (decimal): -11183119 or 15817557. OLE color: 15817557.

HSL color Cylindrical-coordinate representation of color #555BF1: hue angle of 237.69º 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 #555BF1 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8591241-
CMYK0.650.6200.05
HSL237.69º84.78%63.92%-
HSV(B)237.69º64.73%94.51%-
XYZ23.3615.7685.03-
YUV106.31204.01112.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 241 (94.53% from 255) = 57.79%
R=20.38%
G=21.82%
B=57.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85912410.650.6200.05237.6984.7863.92
Hex555BF1413E05ee5540
Octal1251333611017605356125100
Binary1010101101101111110001100000111111001011110111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555BF1; }

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

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

<style>
 a { background-color: #555BF1; }

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

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

<style>
 span { border-color: #555BF1; }

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

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