#3C5AF6

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

Shades of Neon Blue #3C5AF6

Tints of Neon Blue #3C5AF6

Color information

#3C5AF6 (or 0x3C5AF6) is unknown color: approx Neon Blue. HEX triplet: 3C, 5A and F6. RGB value is (60,90,246). Sum of RGB (Red+Green+Blue) = 60+90+246=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C5AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5AF6 is #C3A509. Grayscale: #626262. Windows color (decimal): -12821770 or 16144956. OLE color: 16144956.

HSL color Cylindrical-coordinate representation of color #3C5AF6: hue angle of 230.32º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C5AF6 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6090246-
CMYK0.760.6300.04
HSL230.32º91.18%60%-
HSV(B)230.32º75.61%96.47%-
XYZ22.1514.9388.9-
YUV98.81211.06100.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.15%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 246 (96.48% from 255) = 62.12%
R=15.15%
G=22.73%
B=62.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal60902460.760.6300.04230.3291.1860
Hex3C5AF64C3F04e65b3c
Octal74132366114770434613374
Binary11110010110101111011010011001111110100111001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,90,246); }

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

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

 a { background-color: rgb(60,90,246); }

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

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

 span { border-color: rgb(60,90,246); }

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