#4A33F6

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

Shades of Neon Blue #4A33F6

Tints of Neon Blue #4A33F6

Color information

#4A33F6 (or 0x4A33F6) is unknown color: approx Neon Blue. HEX triplet: 4A, 33 and F6. RGB value is (74,51,246). Sum of RGB (Red+Green+Blue) = 74+51+246=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #4A33F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A33F6 is #B5CC09. Grayscale: #4F4F4F. Windows color (decimal): -11914250 or 16134986. OLE color: 16134986.

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

Color convert

RGB7451246-
CMYK0.700.7900.04
HSL247.08º91.55%58.24%-
HSV(B)247.08º79.27%96.47%-
XYZ20.6410.4888.12-
YUV80.11221.62123.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.95%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 246 (96.48% from 255) = 66.31%
R=19.95%
G=13.75%
B=66.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal74512460.700.7900.04247.0891.5558.24
Hex4A33F6464F04f75c3a
Octal112633661061170436713472
Binary100101011001111110110100011010011110100111101111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,51,246); }

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

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

 a { background-color: rgb(74,51,246); }

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

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

 span { border-color: rgb(74,51,246); }

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