#4A3DF1

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

Shades of Neon Blue #4A3DF1

Tints of Neon Blue #4A3DF1

Color information

#4A3DF1 (or 0x4A3DF1) is unknown color: approx Neon Blue. HEX triplet: 4A, 3D and F1. RGB value is (74,61,241). Sum of RGB (Red+Green+Blue) = 74+61+241=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A3DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3DF1 is #B5C20E. Grayscale: #545454. Windows color (decimal): -11911695 or 15809866. OLE color: 15809866.

HSL color Cylindrical-coordinate representation of color #4A3DF1: hue angle of 244.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A3DF1 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7461241-
CMYK0.690.7500.05
HSL244.33º86.54%59.22%-
HSV(B)244.33º74.69%94.51%-
XYZ20.3711.1484.3-
YUV85.41215.81119.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.68%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 241 (94.53% from 255) = 64.10%
R=19.68%
G=16.22%
B=64.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74612410.690.7500.05244.3386.5459.22
Hex4A3DF1454B05f4573b
Octal112753611051130536412773
Binary100101011110111110001100010110010110101111101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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