#4A3DF4

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

Shades of Neon Blue #4A3DF4

Tints of Neon Blue #4A3DF4

Color information

#4A3DF4 (or 0x4A3DF4) is unknown color: approx Neon Blue. HEX triplet: 4A, 3D and F4. RGB value is (74,61,244). Sum of RGB (Red+Green+Blue) = 74+61+244=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 244 (95.70% from 255 or 64.38% from 379); Max value from RGB is 244 - color contains mainly: blue. Hex color #4A3DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3DF4 is #B5C20B. Grayscale: #555555. Windows color (decimal): -11911692 or 16006474. OLE color: 16006474.

HSL color Cylindrical-coordinate representation of color #4A3DF4: hue angle of 244.26º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A3DF4 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7461244-
CMYK0.700.7500.04
HSL244.26º89.27%59.8%-
HSV(B)244.26º75%95.69%-
XYZ20.8211.3286.68-
YUV85.75217.31119.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.53%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 244 (95.70% from 255) = 64.38%
R=19.53%
G=16.09%
B=64.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal74612440.700.7500.04244.2689.2759.8
Hex4A3DF4464B04f4593c
Octal112753641061130436413174
Binary100101011110111110100100011010010110100111101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,61,244); }

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

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

 a { background-color: rgb(74,61,244); }

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

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

 span { border-color: rgb(74,61,244); }

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