#3C45F1

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

Shades of Neon Blue #3C45F1

Tints of Neon Blue #3C45F1

Color information

#3C45F1 (or 0x3C45F1) is unknown color: approx Neon Blue. HEX triplet: 3C, 45 and F1. RGB value is (60,69,241). Sum of RGB (Red+Green+Blue) = 60+69+241=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C45F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C45F1 is #C3BA0E. Grayscale: #555555. Windows color (decimal): -12827151 or 15811900. OLE color: 15811900.

HSL color Cylindrical-coordinate representation of color #3C45F1: hue angle of 237.02º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C45F1 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6069241-
CMYK0.750.7100.05
HSL237.02º86.6%59.02%-
HSV(B)237.02º75.1%94.51%-
XYZ19.8711.5784.4-
YUV85.92215.52109.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.22%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 241 (94.53% from 255) = 65.14%
R=16.22%
G=18.65%
B=65.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal60692410.750.7100.05237.0286.659.02
Hex3C45F14B4705ed573b
Octal741053611131070535512773
Binary111100100010111110001100101110001110101111011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C45F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,69,241); }

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

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

 a { background-color: rgb(60,69,241); }

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

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

 span { border-color: rgb(60,69,241); }

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