#5C3FF8

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

Shades of Neon Blue #5C3FF8

Tints of Neon Blue #5C3FF8

Color information

#5C3FF8 (or 0x5C3FF8) is unknown color: approx Neon Blue. HEX triplet: 5C, 3F and F8. RGB value is (92,63,248). Sum of RGB (Red+Green+Blue) = 92+63+248=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #5C3FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C3FF8 is #A3C007. Grayscale: #5C5C5C. Windows color (decimal): -10731528 or 16269148. OLE color: 16269148.

HSL color Cylindrical-coordinate representation of color #5C3FF8: hue angle of 249.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C3FF8 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9263248-
CMYK0.630.7500.03
HSL249.41º92.96%60.98%-
HSV(B)249.41º74.6%97.25%-
XYZ23.1312.6190.02-
YUV92.76215.61127.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 63 (25% from 255) = 15.63%
BLUE value IS 248 (97.27% from 255) = 61.54%
R=22.83%
G=15.63%
B=61.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal92632480.630.7500.03249.4192.9660.98
Hex5C3FF83F4B03f95d3d
Octal13477370771130337113575
Binary1011100111111111110001111111001011011111110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,63,248); }

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

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

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

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

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

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

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