#555CF0

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

Shades of Neon Blue #555CF0

Tints of Neon Blue #555CF0

Color information

#555CF0 (or 0x555CF0) is unknown color: approx Neon Blue. HEX triplet: 55, 5C and F0. RGB value is (85,92,240). Sum of RGB (Red+Green+Blue) = 85+92+240=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #555CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CF0 is #AAA30F. Grayscale: #6A6A6A. Windows color (decimal): -11182864 or 15752277. OLE color: 15752277.

HSL color Cylindrical-coordinate representation of color #555CF0: hue angle of 237.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555CF0 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8592240-
CMYK0.650.6200.06
HSL237.29º83.78%63.73%-
HSV(B)237.29º64.58%94.12%-
XYZ23.315.8884.27-
YUV106.78203.18112.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 240 (94.14% from 255) = 57.55%
R=20.38%
G=22.06%
B=57.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal85922400.650.6200.06237.2983.7863.73
Hex555CF0413E06ed5440
Octal1251343601017606355124100
Binary1010101101110011110000100000111111001101110110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,240); }

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

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

 a { background-color: rgb(85,92,240); }

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

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

 span { border-color: rgb(85,92,240); }

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