#5C5CF1

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

Shades of Neon Blue #5C5CF1

Tints of Neon Blue #5C5CF1

Color information

#5C5CF1 (or 0x5C5CF1) is unknown color: approx Neon Blue. HEX triplet: 5C, 5C and F1. RGB value is (92,92,241). Sum of RGB (Red+Green+Blue) = 92+92+241=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C5CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5CF1 is #A3A30E. Grayscale: #6C6C6C. Windows color (decimal): -10724111 or 15817820. OLE color: 15817820.

HSL color Cylindrical-coordinate representation of color #5C5CF1: hue angle of 240º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C5CF1 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9292241-
CMYK0.620.6200.05
HSL240º84.18%65.29%-
HSV(B)240º61.83%94.51%-
XYZ24.1216.2885.09-
YUV108.99202.5115.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.65%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 241 (94.53% from 255) = 56.71%
R=21.65%
G=21.65%
B=56.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92922410.620.6200.0524084.1865.29
Hex5C5CF13E3E05f05441
Octal134134361767605360124101
Binary101110010111001111000111111011111001011111000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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