#4A44EB

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

Shades of Neon Blue #4A44EB

Tints of Neon Blue #4A44EB

Color information

#4A44EB (or 0x4A44EB) is unknown color: approx Neon Blue. HEX triplet: 4A, 44 and EB. RGB value is (74,68,235). Sum of RGB (Red+Green+Blue) = 74+68+235=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A44EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A44EB is #B5BB14. Grayscale: #585858. Windows color (decimal): -11909909 or 15418442. OLE color: 15418442.

HSL color Cylindrical-coordinate representation of color #4A44EB: hue angle of 242.16º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A44EB is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7468235-
CMYK0.690.7100.08
HSL242.16º80.68%59.41%-
HSV(B)242.16º71.06%92.16%-
XYZ19.8911.5979.79-
YUV88.83210.49117.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.63%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 235 (92.19% from 255) = 62.33%
R=19.63%
G=18.04%
B=62.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal74682350.690.7100.08242.1680.6859.41
Hex4A44EB454708f2513b
Octal11210435310510701036212173
Binary10010101000100111010111000101100011101000111100101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A44EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,235); }

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

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

 a { background-color: rgb(74,68,235); }

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

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

 span { border-color: rgb(74,68,235); }

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