#3c43eb

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

Shades of Neon Blue #3C43EB

Tints of Neon Blue #3C43EB

Color information

#3C43EB (or 0x3C43EB) is unknown color: approx Neon Blue. HEX triplet: 3C, 43 and EB. RGB value is (60,67,235). Sum of RGB (Red+Green+Blue) = 60+67+235=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C43EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C43EB is #C3BC14. Grayscale: #535353. Windows color (decimal): -12827669 or 15418172. OLE color: 15418172.

HSL color Cylindrical-coordinate representation of color #3C43EB: hue angle of 237.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C43EB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6067235-
CMYK0.740.7100.08
HSL237.6º81.4%57.84%-
HSV(B)237.6º74.47%92.16%-
XYZ18.8710.9779.72-
YUV84.06213.18110.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.57%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 235 (92.19% from 255) = 64.92%
R=16.57%
G=18.51%
B=64.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal60672350.740.7100.08237.681.457.84
Hex3C43EB4A4708ee513a
Octal7410335311210701035612172
Binary1111001000011111010111001010100011101000111011101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c43eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,235); }

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

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

 a { background-color: rgb(60,67,235); }

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

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

 span { border-color: rgb(60,67,235); }

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