#3A46F7

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

Shades of Neon Blue #3A46F7

Tints of Neon Blue #3A46F7

Color information

#3A46F7 (or 0x3A46F7) is unknown color: approx Neon Blue. HEX triplet: 3A, 46 and F7. RGB value is (58,70,247). Sum of RGB (Red+Green+Blue) = 58+70+247=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 247 (96.88% from 255 or 65.87% from 375); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A46F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A46F7 is #C5B908. Grayscale: #555555. Windows color (decimal): -12957961 or 16205370. OLE color: 16205370.

HSL color Cylindrical-coordinate representation of color #3A46F7: hue angle of 236.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A46F7 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5870247-
CMYK0.770.7200.03
HSL236.19º92.2%59.8%-
HSV(B)236.19º76.52%96.86%-
XYZ20.721289.22-
YUV86.59218.52107.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.47%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 247 (96.88% from 255) = 65.87%
R=15.47%
G=18.67%
B=65.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58702470.770.7200.03236.1992.259.8
Hex3A46F74D4803ec5c3c
Octal721063671151100335413474
Binary11101010001101111011110011011001000011111011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A46F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,70,247); }

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

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

 a { background-color: rgb(58,70,247); }

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

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

 span { border-color: rgb(58,70,247); }

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