#3A52F9

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

Shades of Neon Blue #3A52F9

Tints of Neon Blue #3A52F9

Color information

#3A52F9 (or 0x3A52F9) is unknown color: approx Neon Blue. HEX triplet: 3A, 52 and F9. RGB value is (58,82,249). Sum of RGB (Red+Green+Blue) = 58+82+249=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A52F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A52F9 is #C5AD06. Grayscale: #5D5D5D. Windows color (decimal): -12954887 or 16339514. OLE color: 16339514.

HSL color Cylindrical-coordinate representation of color #3A52F9: hue angle of 232.46º degrees, saturation: 0.94, 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 #3A52F9 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5882249-
CMYK0.770.6700.02
HSL232.46º94.09%60.2%-
HSV(B)232.46º76.71%97.65%-
XYZ21.8613.7791.13-
YUV93.86215.55102.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.91%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 249 (97.66% from 255) = 64.01%
R=14.91%
G=21.08%
B=64.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58822490.770.6700.02232.4694.0960.2
Hex3A52F94D4302e85e3c
Octal721223711151030235013674
Binary11101010100101111100110011011000011010111010001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A52F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A52F9; }

 p { color: rgb(58,82,249); }

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

<style>
 a { background-color: #3A52F9; }

 a { background-color: rgb(58,82,249); }

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

<style>
 span { border-color: #3A52F9; }

 span { border-color: rgb(58,82,249); }

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