#4C44DD

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

Shades of Neon Blue #4C44DD

Tints of Neon Blue #4C44DD

Color information

#4C44DD (or 0x4C44DD) is unknown color: approx Neon Blue. HEX triplet: 4C, 44 and DD. RGB value is (76,68,221). Sum of RGB (Red+Green+Blue) = 76+68+221=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C44DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C44DD is #B3BB22. Grayscale: #575757. Windows color (decimal): -11778851 or 14500940. OLE color: 14500940.

HSL color Cylindrical-coordinate representation of color #4C44DD: hue angle of 243.14º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C44DD is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7668221-
CMYK0.660.6900.13
HSL243.14º69.23%56.67%-
HSV(B)243.14º69.23%86.67%-
XYZ18.110.8969.55-
YUV87.83203.15119.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=20.82%
G=18.63%
B=60.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76682210.660.6900.13243.1469.2356.67
Hex4C44DD42450Df34539
Octal11410433510210501536310571
Binary10011001000100110111011000010100010101101111100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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