#5655F1

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

Shades of Neon Blue #5655F1

Tints of Neon Blue #5655F1

Color information

#5655F1 (or 0x5655F1) is unknown color: approx Neon Blue. HEX triplet: 56, 55 and F1. RGB value is (86,85,241). Sum of RGB (Red+Green+Blue) = 86+85+241=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #5655F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655F1 is #A9AA0E. Grayscale: #666666. Windows color (decimal): -11119119 or 15816022. OLE color: 15816022.

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

Color convert

RGB8685241-
CMYK0.640.6500.05
HSL240.38º84.78%63.92%-
HSV(B)240.38º64.73%94.51%-
XYZ22.9614.8384.87-
YUV103.08205.83115.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.87%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 241 (94.53% from 255) = 58.50%
R=20.87%
G=20.63%
B=58.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86852410.640.6500.05240.3884.7863.92
Hex5655F1404105f05540
Octal12612536110010105360125100
Binary10101101010101111100011000000100000101011111000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5655F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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