#3C52F0

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

Shades of Neon Blue #3C52F0

Tints of Neon Blue #3C52F0

Color information

#3C52F0 (or 0x3C52F0) is unknown color: approx Neon Blue. HEX triplet: 3C, 52 and F0. RGB value is (60,82,240). Sum of RGB (Red+Green+Blue) = 60+82+240=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #3C52F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C52F0 is #C3AD0F. Grayscale: #5C5C5C. Windows color (decimal): -12823824 or 15749692. OLE color: 15749692.

HSL color Cylindrical-coordinate representation of color #3C52F0: hue angle of 232.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C52F0 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6082240-
CMYK0.750.6600.06
HSL232.67º85.71%58.82%-
HSV(B)232.67º75%94.12%-
XYZ20.6113.2983.92-
YUV93.43210.71104.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.71%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 240 (94.14% from 255) = 62.83%
R=15.71%
G=21.47%
B=62.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60822400.750.6600.06232.6785.7158.82
Hex3C52F04B4206e9563b
Octal741223601131020635112673
Binary111100101001011110000100101110000100110111010011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C52F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,82,240); }

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

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

 a { background-color: rgb(60,82,240); }

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

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

 span { border-color: rgb(60,82,240); }

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