#4A3DFF

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

Shades of Neon Blue #4A3DFF

Tints of Neon Blue #4A3DFF

Color information

#4A3DFF (or 0x4A3DFF) is unknown color: approx Neon Blue. HEX triplet: 4A, 3D and FF. RGB value is (74,61,255). Sum of RGB (Red+Green+Blue) = 74+61+255=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A3DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3DFF is #B5C200. Grayscale: #565656. Windows color (decimal): -11911681 or 16727370. OLE color: 16727370.

HSL color Cylindrical-coordinate representation of color #4A3DFF: hue angle of 244.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A3DFF is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7461255-
CMYK0.710.7600
HSL244.02º100%61.96%-
HSV(B)244.02º76.08%100%-
XYZ22.5412.0195.74-
YUV87222.81118.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.97%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 255 (100% from 255) = 65.38%
R=18.97%
G=15.64%
B=65.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal74612550.710.7600244.0210061.96
Hex4A3DFF474C00f4643e
Octal112753771071140036414476
Binary1001010111101111111111000111100110000111101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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