#3C33EE

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

Shades of Neon Blue #3C33EE

Tints of Neon Blue #3C33EE

Color information

#3C33EE (or 0x3C33EE) is unknown color: approx Neon Blue. HEX triplet: 3C, 33 and EE. RGB value is (60,51,238). Sum of RGB (Red+Green+Blue) = 60+51+238=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C33EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C33EE is #C3CC11. Grayscale: #4A4A4A. Windows color (decimal): -12831762 or 15610684. OLE color: 15610684.

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

Color convert

RGB6051238-
CMYK0.750.7900.07
HSL242.89º84.62%56.67%-
HSV(B)242.89º78.57%93.33%-
XYZ18.489.581.75-
YUV75.01219.98117.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.19%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 238 (93.36% from 255) = 68.19%
R=17.19%
G=14.61%
B=68.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60512380.750.7900.07242.8984.6256.67
Hex3C33EE4B4F07f35539
Octal74633561131170736312571
Binary11110011001111101110100101110011110111111100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C33EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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