#5C4CF1

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

Shades of Neon Blue #5C4CF1

Tints of Neon Blue #5C4CF1

Color information

#5C4CF1 (or 0x5C4CF1) is unknown color: approx Neon Blue. HEX triplet: 5C, 4C and F1. RGB value is (92,76,241). Sum of RGB (Red+Green+Blue) = 92+76+241=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C4CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C4CF1 is #A3B30E. Grayscale: #626262. Windows color (decimal): -10728207 or 15813724. OLE color: 15813724.

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

Color convert

RGB9276241-
CMYK0.620.6800.05
HSL245.82º85.49%62.16%-
HSV(B)245.82º68.46%94.51%-
XYZ22.8813.884.68-
YUV99.59207.8122.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.49%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=22.49%
G=18.58%
B=58.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92762410.620.6800.05245.8285.4962.16
Hex5C4CF13E4405f6553e
Octal134114361761040536612576
Binary101110010011001111000111111010001000101111101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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