#4E40DD

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

Shades of Neon Blue #4E40DD

Tints of Neon Blue #4E40DD

Color information

#4E40DD (or 0x4E40DD) is unknown color: approx Neon Blue. HEX triplet: 4E, 40 and DD. RGB value is (78,64,221). Sum of RGB (Red+Green+Blue) = 78+64+221=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E40DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E40DD is #B1BF22. Grayscale: #555555. Windows color (decimal): -11648803 or 14499918. OLE color: 14499918.

HSL color Cylindrical-coordinate representation of color #4E40DD: hue angle of 245.35º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E40DD is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7864221-
CMYK0.650.7100.13
HSL245.35º69.78%55.88%-
HSV(B)245.35º71.04%86.67%-
XYZ18.0310.5169.48-
YUV86.08204.14122.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 221 (86.72% from 255) = 60.88%
R=21.49%
G=17.63%
B=60.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78642210.650.7100.13245.3569.7855.88
Hex4E40DD41470Df54638
Octal11610033510110701536510670
Binary10011101000000110111011000001100011101101111101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E40DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,64,221); }

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

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

 a { background-color: rgb(78,64,221); }

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

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

 span { border-color: rgb(78,64,221); }

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