#4A3BEF

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

Shades of Neon Blue #4A3BEF

Tints of Neon Blue #4A3BEF

Color information

#4A3BEF (or 0x4A3BEF) is unknown color: approx Neon Blue. HEX triplet: 4A, 3B and EF. RGB value is (74,59,239). Sum of RGB (Red+Green+Blue) = 74+59+239=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A3BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3BEF is #B5C410. Grayscale: #535353. Windows color (decimal): -11912209 or 15678282. OLE color: 15678282.

HSL color Cylindrical-coordinate representation of color #4A3BEF: hue angle of 245º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A3BEF is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7459239-
CMYK0.690.7500.06
HSL245º84.91%58.43%-
HSV(B)245º75.31%93.73%-
XYZ19.9710.8282.7-
YUV84215.47120.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.89%
GREEN value IS 59 (23.44% from 255) = 15.86%
BLUE value IS 239 (93.75% from 255) = 64.25%
R=19.89%
G=15.86%
B=64.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74592390.690.7500.0624584.9158.43
Hex4A3BEF454B06f5553a
Octal112733571051130636512572
Binary100101011101111101111100010110010110110111101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,59,239); }

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

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

 a { background-color: rgb(74,59,239); }

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

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

 span { border-color: rgb(74,59,239); }

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