#5C3BF1

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

Shades of Neon Blue #5C3BF1

Tints of Neon Blue #5C3BF1

Color information

#5C3BF1 (or 0x5C3BF1) is unknown color: approx Neon Blue. HEX triplet: 5C, 3B and F1. RGB value is (92,59,241). Sum of RGB (Red+Green+Blue) = 92+59+241=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C3BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C3BF1 is #A3C40E. Grayscale: #585858. Windows color (decimal): -10732559 or 15809372. OLE color: 15809372.

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

Color convert

RGB9259241-
CMYK0.620.7600.05
HSL250.88º86.67%58.82%-
HSV(B)250.88º75.52%94.51%-
XYZ21.8511.7584.34-
YUV89.62213.43129.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.47%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 241 (94.53% from 255) = 61.48%
R=23.47%
G=15.05%
B=61.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92592410.620.7600.05250.8886.6758.82
Hex5C3BF13E4C05fb573b
Octal13473361761140537312773
Binary10111001110111111000111111010011000101111110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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