#4C44EE

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

Shades of Neon Blue #4C44EE

Tints of Neon Blue #4C44EE

Color information

#4C44EE (or 0x4C44EE) is unknown color: approx Neon Blue. HEX triplet: 4C, 44 and EE. RGB value is (76,68,238). Sum of RGB (Red+Green+Blue) = 76+68+238=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #4C44EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C44EE is #B3BB11. Grayscale: #595959. Windows color (decimal): -11778834 or 15615052. OLE color: 15615052.

HSL color Cylindrical-coordinate representation of color #4C44EE: hue angle of 242.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C44EE is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7668238-
CMYK0.680.7100.07
HSL242.82º83.33%60%-
HSV(B)242.82º71.43%93.33%-
XYZ20.4811.8482.1-
YUV89.77211.65118.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.90%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 238 (93.36% from 255) = 62.30%
R=19.90%
G=17.80%
B=62.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal76682380.680.7100.07242.8283.3360
Hex4C44EE444707f3533c
Octal1141043561041070736312374
Binary1001100100010011101110100010010001110111111100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C44EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C44EE; }

 p { color: rgb(76,68,238); }

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

<style>
 a { background-color: #4C44EE; }

 a { background-color: rgb(76,68,238); }

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

<style>
 span { border-color: #4C44EE; }

 span { border-color: rgb(76,68,238); }

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