#4A52FF

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

Shades of Neon Blue #4A52FF

Tints of Neon Blue #4A52FF

Color information

#4A52FF (or 0x4A52FF) is unknown color: approx Neon Blue. HEX triplet: 4A, 52 and FF. RGB value is (74,82,255). Sum of RGB (Red+Green+Blue) = 74+82+255=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A52FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A52FF is #B5AD00. Grayscale: #626262. Windows color (decimal): -11906305 or 16732746. OLE color: 16732746.

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

Color convert

RGB7482255-
CMYK0.710.6800
HSL237.35º100%64.51%-
HSV(B)237.35º70.98%100%-
XYZ23.8914.7196.19-
YUV99.33215.85109.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.00%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 255 (100% from 255) = 62.04%
R=18.00%
G=19.95%
B=62.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal74822550.710.6800237.3510064.51
Hex4A52FF474400ed6441
Octal11212237710710400355144101
Binary100101010100101111111110001111000100001110110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A52FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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