#4A36DE

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

Shades of Neon Blue #4A36DE

Tints of Neon Blue #4A36DE

Color information

#4A36DE (or 0x4A36DE) is unknown color: approx Neon Blue. HEX triplet: 4A, 36 and DE. RGB value is (74,54,222). Sum of RGB (Red+Green+Blue) = 74+54+222=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A36DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A36DE is #B5C921. Grayscale: #4E4E4E. Windows color (decimal): -11913506 or 14562890. OLE color: 14562890.

HSL color Cylindrical-coordinate representation of color #4A36DE: hue angle of 247.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A36DE is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7454222-
CMYK0.670.7600.13
HSL247.14º71.79%54.12%-
HSV(B)247.14º75.68%87.06%-
XYZ17.339.3770-
YUV79.13208.63124.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.14%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 222 (87.11% from 255) = 63.43%
R=21.14%
G=15.43%
B=63.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74542220.670.7600.13247.1471.7954.12
Hex4A36DE434C0Df74836
Octal1126633610311401536711066
Binary1001010110110110111101000011100110001101111101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A36DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,222); }

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

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

 a { background-color: rgb(74,54,222); }

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

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

 span { border-color: rgb(74,54,222); }

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