#4A3FEB

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

Shades of Neon Blue #4A3FEB

Tints of Neon Blue #4A3FEB

Color information

#4A3FEB (or 0x4A3FEB) is unknown color: approx Neon Blue. HEX triplet: 4A, 3F and EB. RGB value is (74,63,235). Sum of RGB (Red+Green+Blue) = 74+63+235=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A3FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3FEB is #B5C014. Grayscale: #555555. Windows color (decimal): -11911189 or 15417162. OLE color: 15417162.

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

Color convert

RGB7463235-
CMYK0.690.7300.08
HSL243.84º81.13%58.43%-
HSV(B)243.84º73.19%92.16%-
XYZ19.611.0179.69-
YUV85.9212.14119.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.89%
GREEN value IS 63 (25% from 255) = 16.94%
BLUE value IS 235 (92.19% from 255) = 63.17%
R=19.89%
G=16.94%
B=63.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal74632350.690.7300.08243.8481.1358.43
Hex4A3FEB454908f4513a
Octal1127735310511101036412172
Binary1001010111111111010111000101100100101000111101001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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