#5C55F1

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

Shades of Neon Blue #5C55F1

Tints of Neon Blue #5C55F1

Color information

#5C55F1 (or 0x5C55F1) is unknown color: approx Neon Blue. HEX triplet: 5C, 55 and F1. RGB value is (92,85,241). Sum of RGB (Red+Green+Blue) = 92+85+241=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C55F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C55F1 is #A3AA0E. Grayscale: #686868. Windows color (decimal): -10725903 or 15816028. OLE color: 15816028.

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

Color convert

RGB9285241-
CMYK0.620.6500.05
HSL242.69º84.78%63.92%-
HSV(B)242.69º64.73%94.51%-
XYZ23.5415.1284.9-
YUV104.88204.82118.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.01%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 241 (94.53% from 255) = 57.66%
R=22.01%
G=20.33%
B=57.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92852410.620.6500.05242.6984.7863.92
Hex5C55F13E4105f35540
Octal1341253617610105363125100
Binary1011100101010111110001111110100000101011111001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C55F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C55F1; }

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

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

<style>
 a { background-color: #5C55F1; }

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

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

<style>
 span { border-color: #5C55F1; }

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

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