#3C3CEB

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

Shades of Neon Blue #3C3CEB

Tints of Neon Blue #3C3CEB

Color information

#3C3CEB (or 0x3C3CEB) is unknown color: approx Neon Blue. HEX triplet: 3C, 3C and EB. RGB value is (60,60,235). Sum of RGB (Red+Green+Blue) = 60+60+235=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C3CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3CEB is #C3C314. Grayscale: #4F4F4F. Windows color (decimal): -12829461 or 15416380. OLE color: 15416380.

HSL color Cylindrical-coordinate representation of color #3C3CEB: hue angle of 240º 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 #3C3CEB is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6060235-
CMYK0.740.7400.08
HSL240º81.4%57.84%-
HSV(B)240º74.47%92.16%-
XYZ18.4710.1979.59-
YUV79.95215.5113.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.90%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 235 (92.19% from 255) = 66.20%
R=16.90%
G=16.90%
B=66.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal60602350.740.7400.0824081.457.84
Hex3C3CEB4A4A08f0513a
Octal747435311211201036012172
Binary111100111100111010111001010100101001000111100001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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