#3C3AF7

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

Shades of Neon Blue #3C3AF7

Tints of Neon Blue #3C3AF7

Color information

#3C3AF7 (or 0x3C3AF7) is unknown color: approx Neon Blue. HEX triplet: 3C, 3A and F7. RGB value is (60,58,247). Sum of RGB (Red+Green+Blue) = 60+58+247=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #3C3AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3AF7 is #C3C508. Grayscale: #4F4F4F. Windows color (decimal): -12829961 or 16202300. OLE color: 16202300.

HSL color Cylindrical-coordinate representation of color #3C3AF7: hue angle of 240.63º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C3AF7 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6058247-
CMYK0.760.7700.03
HSL240.63º92.2%59.8%-
HSV(B)240.63º76.52%96.86%-
XYZ20.1710.789-
YUV80.14222.16113.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.44%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 247 (96.88% from 255) = 67.67%
R=16.44%
G=15.89%
B=67.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal60582470.760.7700.03240.6392.259.8
Hex3C3AF74C4D03f15c3c
Octal74723671141150336113474
Binary1111001110101111011110011001001101011111100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3AF7; }

 p { color: rgb(60,58,247); }

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

<style>
 a { background-color: #3C3AF7; }

 a { background-color: rgb(60,58,247); }

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

<style>
 span { border-color: #3C3AF7; }

 span { border-color: rgb(60,58,247); }

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