#5C3EF5

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

Shades of Neon Blue #5C3EF5

Tints of Neon Blue #5C3EF5

Color information

#5C3EF5 (or 0x5C3EF5) is unknown color: approx Neon Blue. HEX triplet: 5C, 3E and F5. RGB value is (92,62,245). Sum of RGB (Red+Green+Blue) = 92+62+245=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 245 (96.09% from 255 or 61.40% from 399); Max value from RGB is 245 - color contains mainly: blue. Hex color #5C3EF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C3EF5 is #A3C10A. Grayscale: #5B5B5B. Windows color (decimal): -10731787 or 16072284. OLE color: 16072284.

HSL color Cylindrical-coordinate representation of color #5C3EF5: hue angle of 249.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C3EF5 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9262245-
CMYK0.620.7500.04
HSL249.84º90.15%60.2%-
HSV(B)249.84º74.69%96.08%-
XYZ22.6212.3187.57-
YUV91.83214.44128.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.06%
GREEN value IS 62 (24.61% from 255) = 15.54%
BLUE value IS 245 (96.09% from 255) = 61.40%
R=23.06%
G=15.54%
B=61.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92622450.620.7500.04249.8490.1560.2
Hex5C3EF53E4B04fa5a3c
Octal13476365761130437213274
Binary10111001111101111010111111010010110100111110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,62,245); }

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

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

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

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

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

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

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