#4A39FA

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

Shades of Neon Blue #4A39FA

Tints of Neon Blue #4A39FA

Color information

#4A39FA (or 0x4A39FA) is unknown color: approx Neon Blue. HEX triplet: 4A, 39 and FA. RGB value is (74,57,250). Sum of RGB (Red+Green+Blue) = 74+57+250=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A39FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A39FA is #B5C605. Grayscale: #535353. Windows color (decimal): -11912710 or 16398666. OLE color: 16398666.

HSL color Cylindrical-coordinate representation of color #4A39FA: hue angle of 245.28º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A39FA is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7457250-
CMYK0.700.7700.02
HSL245.28º95.07%60.2%-
HSV(B)245.28º77.2%98.04%-
XYZ21.5411.2891.49-
YUV84.08221.63120.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.42%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 250 (98.05% from 255) = 65.62%
R=19.42%
G=14.96%
B=65.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74572500.700.7700.02245.2895.0760.2
Hex4A39FA464D02f55f3c
Octal112713721061150236513774
Binary10010101110011111101010001101001101010111101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A39FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,250); }

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

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

 a { background-color: rgb(74,57,250); }

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

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

 span { border-color: rgb(74,57,250); }

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