#3a51fc

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

Shades of Neon Blue #3A51FC

Tints of Neon Blue #3A51FC

Color information

#3A51FC (or 0x3A51FC) is unknown color: approx Neon Blue. HEX triplet: 3A, 51 and FC. RGB value is (58,81,252). Sum of RGB (Red+Green+Blue) = 58+81+252=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A51FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A51FC is #C5AE03. Grayscale: #5C5C5C. Windows color (decimal): -12955140 or 16535866. OLE color: 16535866.

HSL color Cylindrical-coordinate representation of color #3A51FC: hue angle of 232.89º 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 #3A51FC is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5881252-
CMYK0.770.6800.01
HSL232.89º97%60.78%-
HSV(B)232.89º76.98%98.82%-
XYZ22.2613.8193.59-
YUV93.62217.38102.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.83%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 252 (98.83% from 255) = 64.45%
R=14.83%
G=20.72%
B=64.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58812520.770.6800.01232.899760.78
Hex3A51FC4D4401e9613d
Octal721213741151040135114175
Binary1110101010001111111001001101100010001111010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a51fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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