#3C42EE

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

Shades of Neon Blue #3C42EE

Tints of Neon Blue #3C42EE

Color information

#3C42EE (or 0x3C42EE) is unknown color: approx Neon Blue. HEX triplet: 3C, 42 and EE. RGB value is (60,66,238). Sum of RGB (Red+Green+Blue) = 60+66+238=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C42EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C42EE is #C3BD11. Grayscale: #535353. Windows color (decimal): -12827922 or 15614524. OLE color: 15614524.

HSL color Cylindrical-coordinate representation of color #3C42EE: hue angle of 237.98º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C42EE is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6066238-
CMYK0.750.7200.07
HSL237.98º83.96%58.43%-
HSV(B)237.98º74.79%93.33%-
XYZ19.2411.0382-
YUV83.81215.01111.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.48%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 238 (93.36% from 255) = 65.38%
R=16.48%
G=18.13%
B=65.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60662380.750.7200.07237.9883.9658.43
Hex3C42EE4B4807ee543a
Octal741023561131100735612472
Binary111100100001011101110100101110010000111111011101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C42EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,238); }

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

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

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

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

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

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

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