#4E42DD

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

Shades of Neon Blue #4E42DD

Tints of Neon Blue #4E42DD

Color information

#4E42DD (or 0x4E42DD) is unknown color: approx Neon Blue. HEX triplet: 4E, 42 and DD. RGB value is (78,66,221). Sum of RGB (Red+Green+Blue) = 78+66+221=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 66 (26.17% from 255 or 18.08% 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 #4E42DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42DD is #B1BD22. Grayscale: #565656. Windows color (decimal): -11648291 or 14500430. OLE color: 14500430.

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

Color convert

RGB7866221-
CMYK0.650.7000.13
HSL244.65º69.51%56.27%-
HSV(B)244.65º70.14%86.67%-
XYZ18.1410.7469.52-
YUV87.26203.48121.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=21.37%
G=18.08%
B=60.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78662210.650.7000.13244.6569.5156.27
Hex4E42DD41460Df54638
Octal11610233510110601536510670
Binary10011101000010110111011000001100011001101111101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E42DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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