#3a4afc

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

Shades of Neon Blue #3A4AFC

Tints of Neon Blue #3A4AFC

Color information

#3A4AFC (or 0x3A4AFC) is unknown color: approx Neon Blue. HEX triplet: 3A, 4A and FC. RGB value is (58,74,252). Sum of RGB (Red+Green+Blue) = 58+74+252=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A4AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4AFC is #C5B503. Grayscale: #585858. Windows color (decimal): -12956932 or 16534074. OLE color: 16534074.

HSL color Cylindrical-coordinate representation of color #3A4AFC: hue angle of 235.05º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4AFC is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5874252-
CMYK0.770.7100.01
HSL235.05º97%60.78%-
HSV(B)235.05º76.98%98.82%-
XYZ21.7612.8393.42-
YUV89.51219.7105.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.10%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 252 (98.83% from 255) = 65.62%
R=15.10%
G=19.27%
B=65.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58742520.770.7100.01235.059760.78
Hex3A4AFC4D4701eb613d
Octal721123741151070135314175
Binary1110101001010111111001001101100011101111010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a4afc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,74,252); }

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

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

 a { background-color: rgb(58,74,252); }

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

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

 span { border-color: rgb(58,74,252); }

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